[Erp5-report] r39635 nicolas - in /erp5/trunk/utils/xml_marshaller: CHANGES.txt setup.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Oct 28 18:40:13 CEST 2010
Author: nicolas
Date: Thu Oct 28 18:40:12 2010
New Revision: 39635
URL: http://svn.erp5.org?rev=39635&view=rev
Log:
Release 0.9.7
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=39635&r1=39634&r2=39635&view=diff
==============================================================================
--- erp5/trunk/utils/xml_marshaller/CHANGES.txt [utf8] (original)
+++ erp5/trunk/utils/xml_marshaller/CHANGES.txt [utf8] Thu Oct 28 18:40:12 2010
@@ -1,8 +1,18 @@
History
=======
-0.9.7dev (unreleased)
+0.9.8dev (unreleased)
+------------------
+
+
+0.9.7 (2010-10-28)
---------------------
+ - Enhance egg folder structure
+ [nicolas Delaby]
+ - Improve tests
+ [nicolas Delaby]
+ - add XSD Schema
+ [nicolas Delaby]
0.9.6 (2010-10-12)
------------------
Modified: erp5/trunk/utils/xml_marshaller/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/xml_marshaller/setup.py?rev=39635&r1=39634&r2=39635&view=diff
==============================================================================
--- erp5/trunk/utils/xml_marshaller/setup.py [utf8] (original)
+++ erp5/trunk/utils/xml_marshaller/setup.py [utf8] Thu Oct 28 18:40:12 2010
@@ -2,7 +2,7 @@
from setuptools import setup, find_packages
name = 'xml_marshaller'
-version = '0.9.7dev'
+version = '0.9.7'
def read(name):
return open(name).read()
More information about the Erp5-report
mailing list