[Checkins] SVN: zope.schema/trunk/ Set version number of next release to 4.0.0

Brian Sutherland jinty at web.de
Fri Oct 21 09:41:12 EST 2011


Log message for revision 123137:
  Set version number of next release to 4.0.0
  
  Justified by Python 3.2 support, a new dependency 'six' and the removal
  of Python 2.5 support.

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-10-21 07:38:34 UTC (rev 123136)
+++ zope.schema/trunk/CHANGES.txt	2011-10-21 14:41:11 UTC (rev 123137)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.9.0 (unreleased)
+4.0.0 (unreleased)
 ------------------
 
 - Fix deprecated unittest methods.

Modified: zope.schema/trunk/setup.py
===================================================================
--- zope.schema/trunk/setup.py	2011-10-21 07:38:34 UTC (rev 123136)
+++ zope.schema/trunk/setup.py	2011-10-21 14:41:11 UTC (rev 123137)
@@ -61,7 +61,7 @@
     return suite
 
 setup(name='zope.schema',
-      version = '3.8.2dev',
+      version = '4.0.0dev',
       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