[Checkins] SVN: zope.traversing/branches/3.4/ BUmp version number after release

Philipp von Weitershausen philikon at philikon.de
Sat Sep 29 07:19:39 EDT 2007


Log message for revision 80375:
  BUmp version number after release
  

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

-=-
Modified: zope.traversing/branches/3.4/CHANGES.txt
===================================================================
--- zope.traversing/branches/3.4/CHANGES.txt	2007-09-29 11:17:35 UTC (rev 80374)
+++ zope.traversing/branches/3.4/CHANGES.txt	2007-09-29 11:19:39 UTC (rev 80375)
@@ -1,6 +1,11 @@
 Changes
 =======
 
+3.4.1 (unreleased)
+------------------
+
+...
+
 3.4.0 (2007-09-29)
 ------------------
 

Modified: zope.traversing/branches/3.4/setup.py
===================================================================
--- zope.traversing/branches/3.4/setup.py	2007-09-29 11:17:35 UTC (rev 80374)
+++ zope.traversing/branches/3.4/setup.py	2007-09-29 11:19:39 UTC (rev 80375)
@@ -22,7 +22,7 @@
                     open('CHANGES.txt').read())
 
 setup(name='zope.traversing',
-      version = '3.4.0',
+      version = '3.4.1dev',
       url='http://pypi.python.org/pypi/zope.traversing',
       license='ZPL 2.1',
       author='Zope Corporation and Contributors',



More information about the Checkins mailing list