[Python-modules-commits] [python-odf] 63/118: Upped the version number

Wolfgang Borgert debacle at moszumanska.debian.org
Fri Oct 3 21:27:23 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 ca4d87cd376ae6e07e33c05ad63ad147cc8f32d9
Author: Søren Roug <soren.roug at eea.europa.eu>
Date:   Mon Aug 31 19:09:57 2009 +0000

    Upped 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 a7d1f0d..3109210 100644
--- a/odf/namespaces.py
+++ b/odf/namespaces.py
@@ -17,7 +17,7 @@
 #
 # Contributor(s):
 #
-TOOLSVERSION = u"ODFPY/0.9.1dev"
+TOOLSVERSION = u"ODFPY/0.9.2dev"
 
 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 7ed8957..25304b2 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@
 import platform
 from distutils.core import setup
 
-version = '0.9.1dev'
+version = '0.9.2dev'
 
 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