[Checkins] SVN: zope.schema/trunk/ Back to development: 3.5.5 dev

Michael Howitz mh at gocept.com
Wed Mar 25 09:21:08 EDT 2009


Log message for revision 98364:
  Back to development: 3.5.5 dev

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 13:20:40 UTC (rev 98363)
+++ zope.schema/trunk/CHANGES.txt	2009-03-25 13:21:07 UTC (rev 98364)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+3.5.5 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 3.5.4 (2009-03-25)
 ------------------
 

Modified: zope.schema/trunk/setup.py
===================================================================
--- zope.schema/trunk/setup.py	2009-03-25 13:20:40 UTC (rev 98363)
+++ zope.schema/trunk/setup.py	2009-03-25 13:21:07 UTC (rev 98364)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.schema',
-      version = '3.5.4',
+      version = '3.5.5 dev',
       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