[Checkins] SVN: zope.interface/trunk/ Target 4.0.x as the new release line for the trunk.

Tres Seaver cvs-admin at zope.org
Tue Apr 3 18:33:27 UTC 2012


Log message for revision 124924:
  Target 4.0.x as the new release line for the trunk.

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

-=-
Modified: zope.interface/trunk/CHANGES.txt
===================================================================
--- zope.interface/trunk/CHANGES.txt	2012-04-03 18:22:47 UTC (rev 124923)
+++ zope.interface/trunk/CHANGES.txt	2012-04-03 18:33:24 UTC (rev 124924)
@@ -1,8 +1,8 @@
 ``zope.interface Changelog``
 ============================
 
-3.9.0 (unreleased)
-------------------
+4.0.0a1 (unreleased)
+--------------------
 
 - Dropped explicit support for Python 2.4 / 2.5 / 3.1.
 

Modified: zope.interface/trunk/setup.py
===================================================================
--- zope.interface/trunk/setup.py	2012-04-03 18:22:47 UTC (rev 124923)
+++ zope.interface/trunk/setup.py	2012-04-03 18:33:24 UTC (rev 124924)
@@ -86,7 +86,7 @@
     from build_ext_2 import optional_build_ext
     
 setup(name='zope.interface',
-      version='3.9.0dev',
+      version='4.0.0dev',
       url='http://pypi.python.org/pypi/zope.interface',
       license='ZPL 2.1',
       description='Interfaces for Python',



More information about the checkins mailing list