[Erp5-report] r35848 nicolas - /erp5/trunk/utils/xml_marshaller/setup.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jun 1 10:49:02 CEST 2010


Author: nicolas
Date: Tue Jun  1 10:48:59 2010
New Revision: 35848

URL: http://svn.erp5.org?rev=35848&view=rev
Log:
0.9a was intending to be a prior version of 0.9. According
http://www.python.org/dev/peps/pep-0386/ it was wrong.
Update the version with an incremented extraversion number.

Modified:
    erp5/trunk/utils/xml_marshaller/setup.py

Modified: erp5/trunk/utils/xml_marshaller/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/xml_marshaller/setup.py?rev=35848&r1=35847&r2=35848&view=diff
==============================================================================
--- erp5/trunk/utils/xml_marshaller/setup.py [utf8] (original)
+++ erp5/trunk/utils/xml_marshaller/setup.py [utf8] Tue Jun  1 10:48:59 2010
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import sys, os
 
-version = '0.9a'
+version = '0.9.1'
 
 setup(name='xml_marshaller',
       version=version,




More information about the Erp5-report mailing list