[Checkins] SVN: z3c.soap/trunk/ Preparing release 0.5.3

Jean-Francois Roche jfroche at jfroche.be
Wed Jan 5 14:18:05 EST 2011


Log message for revision 119395:
  Preparing release 0.5.3

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	2011-01-05 19:13:21 UTC (rev 119394)
+++ z3c.soap/trunk/docs/HISTORY.txt	2011-01-05 19:18:04 UTC (rev 119395)
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-0.5.3 (unreleased)
+0.5.3 (2011-01-05)
 ------------------
 
 - Remove CMF dependency, use collective.autopermission to define permission

Modified: z3c.soap/trunk/setup.py
===================================================================
--- z3c.soap/trunk/setup.py	2011-01-05 19:13:21 UTC (rev 119394)
+++ z3c.soap/trunk/setup.py	2011-01-05 19:18:04 UTC (rev 119395)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '0.5.3dev'
+version = '0.5.3'
 
 setup(name='z3c.soap',
       version=version,



More information about the checkins mailing list