[Checkins] SVN: zope.server/branches/3.4/ Next version is 3.4.4

Christophe Combelles ccomb at free.fr
Sun Aug 17 18:30:13 EDT 2008


Log message for revision 89929:
  Next version is 3.4.4
  

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

-=-
Modified: zope.server/branches/3.4/CHANGES.txt
===================================================================
--- zope.server/branches/3.4/CHANGES.txt	2008-08-17 22:28:13 UTC (rev 89928)
+++ zope.server/branches/3.4/CHANGES.txt	2008-08-17 22:30:13 UTC (rev 89929)
@@ -2,9 +2,14 @@
 CHANGES
 =======
 
-3.4.3 (2008-08-18)
+3.4.4dev (unreleased)
 ---------------------
 
+- ...
+
+3.4.3 (2008-08-18)
+------------------
+
 - Moved some imports from test modules to their setUp to prevent
   failures when ZEO tests are run by the same testrunner
 

Modified: zope.server/branches/3.4/setup.py
===================================================================
--- zope.server/branches/3.4/setup.py	2008-08-17 22:28:13 UTC (rev 89928)
+++ zope.server/branches/3.4/setup.py	2008-08-17 22:30:13 UTC (rev 89929)
@@ -23,7 +23,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.server',
-      version = '3.4.3',
+      version = '3.4.4dev',
       license='ZPL 2.1',
       description='Zope server (Web and FTP)',
       author='Zope Corporation and Contributors',



More information about the Checkins mailing list