[Python-modules-commits] [python-odf] 101/118: Upped the version number on the trunk

Wolfgang Borgert debacle at moszumanska.debian.org
Fri Oct 3 21:27:28 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 cf6d6e6c3a6c226cea8efae008f85eb13d2d039a
Author: Søren Roug <soren.roug at eea.europa.eu>
Date:   Sun Feb 13 14:19:53 2011 +0000

    Upped the version number on the trunk
---
 odf/namespaces.py   | 2 +-
 setup.py            | 2 +-
 tests/teststyles.py | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/odf/namespaces.py b/odf/namespaces.py
index d64a104..96ea958 100644
--- a/odf/namespaces.py
+++ b/odf/namespaces.py
@@ -17,7 +17,7 @@
 #
 # Contributor(s):
 #
-TOOLSVERSION = u"ODFPY/0.9.2dev"
+TOOLSVERSION = u"ODFPY/0.9.4dev"
 
 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 494ed43..c5a88b1 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@
 import platform
 from distutils.core import setup
 
-version = '0.9.2dev'
+version = '0.9.4dev'
 
 if platform.system() in ('Linux','Unix'):
     man1pages = [('share/man/man1', [
diff --git a/tests/teststyles.py b/tests/teststyles.py
index 1fc83e5..8d0f23b 100644
--- a/tests/teststyles.py
+++ b/tests/teststyles.py
@@ -85,8 +85,8 @@ class TestQattributes(unittest.TestCase):
         textdoc.styles.addElement(standard)
         s = unicode(textdoc.stylesxml(),'UTF-8')
         s.index(u"""<?xml version='1.0' encoding='UTF-8'?>\n""")
-        s.index(u'xmlns:ns35="http://foreignuri.com"')
-        s.index(u'<style:paragraph-properties ns35:enable-numbering="true"/>')
+        s.index(u'xmlns:ns36="http://foreignuri.com"')
+        s.index(u'<style:paragraph-properties ns36:enable-numbering="true"/>')
         e = ElementParser(s,'style:style')
 #        e = ElementParser(u'<style:style style:name="Standard" style:display-name="Standard" style:family="paragraph">')
         self.assertEqual(e.element,'style:style')

-- 
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