[Erp5-report] r38089 luke - in /erp5/trunk/utils/xml_marshaller: CHANGES.txt setup.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Sep 1 07:51:43 CEST 2010
Author: luke
Date: Wed Sep 1 07:51:41 2010
New Revision: 38089
URL: http://svn.erp5.org?rev=38089&view=rev
Log:
- release 0.9.4 with Cedric de Saint Martin fixes
- release 0.9.5 with rest fixes
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=38089&r1=38088&r2=38089&view=diff
==============================================================================
--- erp5/trunk/utils/xml_marshaller/CHANGES.txt [utf8] (original)
+++ erp5/trunk/utils/xml_marshaller/CHANGES.txt [utf8] Wed Sep 1 07:51:41 2010
@@ -1,5 +1,15 @@
-0.9.4 (Unreleased)
-----------------
+
+History
+=======
+
+0.9.5 (2010-09-01)
+------------------
+
+ - [fix] Formatting of documentation
+ [Lukasz Nowak]
+
+0.9.4 (2010-09-01)
+------------------
- [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=38089&r1=38088&r2=38089&view=diff
==============================================================================
--- erp5/trunk/utils/xml_marshaller/setup.py [utf8] (original)
+++ erp5/trunk/utils/xml_marshaller/setup.py [utf8] Wed Sep 1 07:51:41 2010
@@ -2,7 +2,7 @@
from setuptools import setup, find_packages
name = 'xml_marshaller'
-version = '0.9.4'
+version = '0.9.5'
def read(name):
return open(name).read()
More information about the Erp5-report
mailing list