[Checkins] SVN: zope.schema/trunk/ Bump version.

Dan Korostelev nadako at gmail.com
Mon Mar 9 19:32:02 EDT 2009


Log message for revision 97746:
  Bump version.

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-09 23:31:39 UTC (rev 97745)
+++ zope.schema/trunk/CHANGES.txt	2009-03-09 23:32:01 UTC (rev 97746)
@@ -2,9 +2,14 @@
 CHANGES
 =======
 
-3.5.3 (unreleased)
+3.5.4 (unreleased)
 ------------------
 
+- ...
+
+3.5.3 (2009-03-10)
+------------------
+
 - Make Choice and Bool fields implement IFromUnicode interface, because
   they do provide the ``fromUnicode`` method.
 

Modified: zope.schema/trunk/setup.py
===================================================================
--- zope.schema/trunk/setup.py	2009-03-09 23:31:39 UTC (rev 97745)
+++ zope.schema/trunk/setup.py	2009-03-09 23:32:01 UTC (rev 97746)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.schema',
-      version = '3.5.3dev',
+      version = '3.5.4dev',
       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