[Checkins] SVN: zope.schema/trunk/ Preparing release 3.5.4

Michael Howitz mh at gocept.com
Wed Mar 25 09:20:28 EDT 2009


Log message for revision 98362:
  Preparing release 3.5.4

Changed:
  U   zope.schema/trunk/CHANGES.txt
  U   zope.schema/trunk/setup.py

-=-
Modified: zope.schema/trunk/CHANGES.txt
===================================================================
--- zope.schema/trunk/CHANGES.txt	2009-03-25 10:48:38 UTC (rev 98361)
+++ zope.schema/trunk/CHANGES.txt	2009-03-25 13:20:28 UTC (rev 98362)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.5.4 (unreleased)
+3.5.4 (2009-03-25)
 ------------------
 
 - Don't fail trying to validate default value for Choice fields with

Modified: zope.schema/trunk/setup.py
===================================================================
--- zope.schema/trunk/setup.py	2009-03-25 10:48:38 UTC (rev 98361)
+++ zope.schema/trunk/setup.py	2009-03-25 13:20:28 UTC (rev 98362)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.schema',
-      version = '3.5.4dev',
+      version = '3.5.4',
       url='http://pypi.python.org/pypi/zope.schema',
       license='ZPL 2.1',
       description='zope.interface extension for defining data schemas',



More information about the Checkins mailing list