[Python-modules-commits] [python-odf] 50/118: Updated the version number

Wolfgang Borgert debacle at moszumanska.debian.org
Fri Oct 3 21:27:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to reference refs/remotes/upstream/master
in repository python-odf.

commit f9c076d63478797758a539028a4bf6e0517a4b07
Author: Søren Roug <soren.roug at eea.europa.eu>
Date:   Sun Mar 15 11:29:14 2009 +0000

    Updated the version number
---
 odf/namespaces.py | 2 +-
 setup.py          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/odf/namespaces.py b/odf/namespaces.py
index bf2464a..8351c97 100644
--- a/odf/namespaces.py
+++ b/odf/namespaces.py
@@ -17,7 +17,7 @@
 #
 # Contributor(s):
 #
-TOOLSVERSION = u"ODFPY/0.9dev"
+TOOLSVERSION = u"ODFPY/0.9.1dev"
 
 ANIMNS         = u"urn:oasis:names:tc:opendocument:xmlns:animation:1.0"
 DBNS           = u"urn:oasis:names:tc:opendocument:xmlns:database:1.0"
diff --git a/setup.py b/setup.py
index b211a82..7ed8957 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@
 import platform
 from distutils.core import setup
 
-version = '0.9dev'
+version = '0.9.1dev'
 
 if platform.system() in ('Linux','Unix'):
     man1pages = [('share/man/man1', [

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-odf.git



More information about the Python-modules-commits mailing list