[Erp5-report] r37206 nicolas - /erp5/trunk/utils/xml_marshaller/setup.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jul 20 18:55:52 CEST 2010
Author: nicolas
Date: Tue Jul 20 18:55:47 2010
New Revision: 37206
URL: http://svn.erp5.org?rev=37206&view=rev
Log:
Increase version to enable support of unicode and sets
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=37206&r1=37205&r2=37206&view=diff
==============================================================================
--- erp5/trunk/utils/xml_marshaller/setup.py [utf8] (original)
+++ erp5/trunk/utils/xml_marshaller/setup.py [utf8] Tue Jul 20 18:55:47 2010
@@ -1,7 +1,8 @@
+# -*- coding: utf-8 -*-
from setuptools import setup, find_packages
import sys, os
-version = '0.9.2'
+version = '0.9.3'
setup(name='xml_marshaller',
version=version,
More information about the Erp5-report
mailing list