[Python-modules-commits] [python-odf] 49/118: Change 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 ece7b9b553ca9275c9004fce3fe0de63df375eaf
Author: Søren Roug <soren.roug at eea.europa.eu>
Date:   Sun Mar 15 11:22:53 2009 +0000

    Change the version number
---
 MANIFEST.in       |  2 +-
 README            | 20 +-------------------
 odf/namespaces.py |  2 +-
 setup.py          |  2 +-
 4 files changed, 4 insertions(+), 22 deletions(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index 3593844..f370b19 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,5 @@
 include *.txt api-for-odfpy.odt
 recursive-include * *.1
-recursive-include tests *.txt *.py runtests
+recursive-include tests *.txt *.py runtests *.odt *.ods *.odp
 recursive-include examples *.txt *.py
 recursive-include contrib *.txt *.py
diff --git a/README b/README
index 3f1e4a5..c39c211 100644
--- a/README
+++ b/README
@@ -12,21 +12,12 @@ For your own use of the odf library, see api-for-odfpy.odt
 
 First you get the package.
 
-$  svn export https://svn.forge.osor.eu/svn/odfpy/trunk odfpy
+$ svn export https://svn.forge.osor.eu/svn/odfpy/trunk odfpy
 
 $ python setup.py build
 $ su
 # python setup.py install
 
-                             -o- APPLICATIONS -o-
-
-odt2mht is a program that will create a MIME-encapsulated web archive
-(.mht) format that can be read by Internet Explorer. IE6 seems to have
-problems with large MHT files.
-
-mailodf is a program that will create a MIME-encapsulated web archive
-and then sends it as an email.
-
                             -o- TODO / IDEAS -o-
 
 * html2odf
@@ -67,12 +58,3 @@ and then sends it as an email.
 
 * odfsign
   Sign and verify the signature(s) of an ODF document.
-
-                             -o- REFERENCES -o-
-
-ODF Developers Corner:
- * Test suite
- * ODF spec
- * ODF book
-
- http://develop.opendocumentfellowship.com/
diff --git a/odf/namespaces.py b/odf/namespaces.py
index e647906..bf2464a 100644
--- a/odf/namespaces.py
+++ b/odf/namespaces.py
@@ -17,7 +17,7 @@
 #
 # Contributor(s):
 #
-TOOLSVERSION = u"ODFPY/0.8.2dev"
+TOOLSVERSION = u"ODFPY/0.9dev"
 
 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 f061a63..b211a82 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@
 import platform
 from distutils.core import setup
 
-version = '0.8.2dev'
+version = '0.9dev'
 
 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