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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Sep 12 12:34:48 UTC 2018


Author: jm
Date: Wed Sep 12 12:34:48 2018
New Revision: 46058

URL: http://svn.erp5.org?rev=46058&view=rev
Log:
Release xml_marshaller 0.10

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=46058&r1=46057&r2=46058&view=diff
==============================================================================
--- erp5/trunk/utils/xml_marshaller/CHANGES.txt [utf8] (original)
+++ erp5/trunk/utils/xml_marshaller/CHANGES.txt [utf8] Wed Sep 12 12:34:48 2018
@@ -1,32 +1,35 @@
 History
 =======
 
-0.9.8dev (unreleased)
----------------------
+0.10 (2018-09-12)
+-----------------
 
+- Add support for Python 3
 
 0.9.7 (2010-10-30)
 ------------------
- - Enhance egg folder structure
-    [nicolas Delaby]
- - Improve tests
-    [nicolas Delaby]
- - add XSD Schema
-    [nicolas Delaby]
+
+- Enhance egg folder structure
+  [nicolas Delaby]
+- Improve tests
+  [nicolas Delaby]
+- add XSD Schema
+  [nicolas Delaby]
 
 0.9.6 (2010-10-12)
 ------------------
- - [fix] Support boolean transformation
-    [Nicolas Delaby]
+
+- [fix] Support boolean transformation
+  [Nicolas Delaby]
 
 0.9.5 (2010-09-01)
 ------------------
 
- - [fix] Formatting of documentation
-    [Lukasz Nowak]
+- [fix] Formatting of documentation
+  [Lukasz Nowak]
 
 0.9.4 (2010-09-01)
 ------------------
 
- - [fix] Instances are now correctly unmarshalled.
-    [Cedric de Saint Martin]
+- [fix] Instances are now correctly unmarshalled.
+  [Cedric de Saint Martin]

Modified: erp5/trunk/utils/xml_marshaller/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/xml_marshaller/setup.py?rev=46058&r1=46057&r2=46058&view=diff
==============================================================================
--- erp5/trunk/utils/xml_marshaller/setup.py [utf8] (original)
+++ erp5/trunk/utils/xml_marshaller/setup.py [utf8] Wed Sep 12 12:34:48 2018
@@ -2,7 +2,7 @@
 from setuptools import setup, find_packages
 
 name = 'xml_marshaller'
-version = '0.9.7'
+version = '0.10'
 
 def read(name):
     return open(name).read()



More information about the Erp5-report mailing list