[Checkins] SVN: zope.schema/branches/3.4/ bump version number after release

Philipp von Weitershausen philikon at philikon.de
Fri Sep 28 07:52:44 EDT 2007


Log message for revision 80312:
  bump version number after release
  

Changed:
  U   zope.schema/branches/3.4/CHANGES.txt
  U   zope.schema/branches/3.4/setup.py

-=-
Modified: zope.schema/branches/3.4/CHANGES.txt
===================================================================
--- zope.schema/branches/3.4/CHANGES.txt	2007-09-28 11:52:07 UTC (rev 80311)
+++ zope.schema/branches/3.4/CHANGES.txt	2007-09-28 11:52:43 UTC (rev 80312)
@@ -1,6 +1,11 @@
 Changes
 =======
 
+3.4.1 (unreleased)
+------------------
+
+...
+
 3.4.0 (2007/09/28)
 ------------------
 

Modified: zope.schema/branches/3.4/setup.py
===================================================================
--- zope.schema/branches/3.4/setup.py	2007-09-28 11:52:07 UTC (rev 80311)
+++ zope.schema/branches/3.4/setup.py	2007-09-28 11:52:43 UTC (rev 80312)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.schema',
-      version = '3.4.0',
+      version = '3.4.1dev',
       url='http://pypi.python.org/pypi/zope.schema',
       license='ZPL 2.1',
       description='Zope3 Data Schemas',



More information about the Checkins mailing list