[Checkins] SVN: z3c.soap/trunk/ new release
Jean-Fran�ois Roche
jfroche at jfroche.be
Mon May 4 10:49:38 EDT 2009
Log message for revision 99712:
new release
Changed:
U z3c.soap/trunk/docs/HISTORY.txt
U z3c.soap/trunk/setup.py
-=-
Modified: z3c.soap/trunk/docs/HISTORY.txt
===================================================================
--- z3c.soap/trunk/docs/HISTORY.txt 2009-05-04 14:46:57 UTC (rev 99711)
+++ z3c.soap/trunk/docs/HISTORY.txt 2009-05-04 14:49:38 UTC (rev 99712)
@@ -1,6 +1,11 @@
Changelog
=========
+0.4 - (2009-05-04)
+------------------
+
+* return correctly the serialized string
+
0.3 - (2008-12-17)
------------------
Modified: z3c.soap/trunk/setup.py
===================================================================
--- z3c.soap/trunk/setup.py 2009-05-04 14:46:57 UTC (rev 99711)
+++ z3c.soap/trunk/setup.py 2009-05-04 14:49:38 UTC (rev 99712)
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os
-version = '0.3'
+version = '0.4'
setup(name='z3c.soap',
version=version,
More information about the Checkins
mailing list