[Checkins] SVN: zope.app.file/branches/3.4/ Bump version number according to rules

Philipp von Weitershausen philikon at philikon.de
Fri Nov 9 14:42:14 EST 2007


Log message for revision 81663:
  Bump version number according to rules
  

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

-=-
Modified: zope.app.file/branches/3.4/CHANGES.txt
===================================================================
--- zope.app.file/branches/3.4/CHANGES.txt	2007-11-09 19:35:10 UTC (rev 81662)
+++ zope.app.file/branches/3.4/CHANGES.txt	2007-11-09 19:42:14 UTC (rev 81663)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+3.4.2 (unreleased)
+------------------
+
+- ...
+
 3.4.1 (2007-10-31)
 ------------------
 

Modified: zope.app.file/branches/3.4/setup.py
===================================================================
--- zope.app.file/branches/3.4/setup.py	2007-11-09 19:35:10 UTC (rev 81662)
+++ zope.app.file/branches/3.4/setup.py	2007-11-09 19:42:14 UTC (rev 81663)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.file',
-      version = '3.4.1',
+      version = '3.4.2dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='File and Image -- Zope 3 Content Components',



More information about the Checkins mailing list