[Erp5-report] r39064 luke - in /erp5/trunk/utils/xml_marshaller: CHANGES.txt setup.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Oct 12 16:53:58 CEST 2010


Author: luke
Date: Tue Oct 12 16:53:54 2010
New Revision: 39064

URL: http://svn.erp5.org?rev=39064&view=rev
Log:
 - start to work on 0.9.7
 - add newline automatically to have nicer changes file

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

Modified: erp5/trunk/utils/xml_marshaller/CHANGES.txt
URL: http://svn.erp5.org/erp5/trunk/utils/xml_marshaller/CHANGES.txt?rev=39064&r1=39063&r2=39064&view=diff
==============================================================================
--- erp5/trunk/utils/xml_marshaller/CHANGES.txt [utf8] (original)
+++ erp5/trunk/utils/xml_marshaller/CHANGES.txt [utf8] Tue Oct 12 16:53:54 2010
@@ -1,7 +1,9 @@
-
 History
 =======
 
+0.9.7dev (unreleased)
+---------------------
+
 0.9.6 (2010-10-12)
 ------------------
  - [fix] Support boolean transformation

Modified: erp5/trunk/utils/xml_marshaller/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/xml_marshaller/setup.py?rev=39064&r1=39063&r2=39064&view=diff
==============================================================================
--- erp5/trunk/utils/xml_marshaller/setup.py [utf8] (original)
+++ erp5/trunk/utils/xml_marshaller/setup.py [utf8] Tue Oct 12 16:53:54 2010
@@ -2,14 +2,14 @@
 from setuptools import setup, find_packages
 
 name = 'xml_marshaller'
-version = '0.9.6'
+version = '0.9.7dev'
 
 def read(name):
     return open(name).read()
 
 long_description=(
         read('README.txt')
-        + '\n' +
+        + '\n\n' +
         read('CHANGES.txt')
     )
 




More information about the Erp5-report mailing list