[Checkins] SVN: z3c.json/trunk/ fix version before release

Roger Ineichen roger at projekt01.ch
Mon Feb 23 22:14:59 EST 2009


Log message for revision 97188:
  fix version before release

Changed:
  U   z3c.json/trunk/CHANGES.txt
  U   z3c.json/trunk/setup.py

-=-
Modified: z3c.json/trunk/CHANGES.txt
===================================================================
--- z3c.json/trunk/CHANGES.txt	2009-02-24 03:11:07 UTC (rev 97187)
+++ z3c.json/trunk/CHANGES.txt	2009-02-24 03:14:59 UTC (rev 97188)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-0.5.3 (2009-02-24)
+0.5.2 (2009-02-24)
 ------------------
 
 - raise ValueError for mixed parameters on any JSON-RPC version

Modified: z3c.json/trunk/setup.py
===================================================================
--- z3c.json/trunk/setup.py	2009-02-24 03:11:07 UTC (rev 97187)
+++ z3c.json/trunk/setup.py	2009-02-24 03:14:59 UTC (rev 97188)
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.json',
-    version='0.5.3',
+    version='0.5.2',
     author = "Roger Ineichen and the Zope Community",
     author_email = "zope-dev at zope.org",
     description = "Zope3 JSON base libraries",



More information about the Checkins mailing list