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

Brian Sutherland jinty at web.de
Mon Nov 14 16:52:26 UTC 2011


Log message for revision 123346:
  Back to development

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

-=-
Modified: zope.schema/trunk/CHANGES.txt
===================================================================
--- zope.schema/trunk/CHANGES.txt	2011-11-14 16:47:08 UTC (rev 123345)
+++ zope.schema/trunk/CHANGES.txt	2011-11-14 16:52:26 UTC (rev 123346)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+4.0.2 (unreleased)
+------------------
+
+- None yet.
+
 4.0.1 (2011-11-14)
 ------------------
 

Modified: zope.schema/trunk/setup.py
===================================================================
--- zope.schema/trunk/setup.py	2011-11-14 16:47:08 UTC (rev 123345)
+++ zope.schema/trunk/setup.py	2011-11-14 16:52:26 UTC (rev 123346)
@@ -61,7 +61,7 @@
     return suite
 
 setup(name='zope.schema',
-      version = '4.0.1',
+      version = '4.0.2dev',
       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