[Checkins] SVN: zope.app.applicationcontrol/trunk/ re-bumped to replace faulty egg

Jodok Batlogg jodok.batlogg at lovelysystems.com
Thu Sep 27 04:31:11 EDT 2007


Log message for revision 80196:
  re-bumped to replace faulty egg

Changed:
  U   zope.app.applicationcontrol/trunk/CHANGES.txt
  U   zope.app.applicationcontrol/trunk/setup.py

-=-
Modified: zope.app.applicationcontrol/trunk/CHANGES.txt
===================================================================
--- zope.app.applicationcontrol/trunk/CHANGES.txt	2007-09-27 08:30:35 UTC (rev 80195)
+++ zope.app.applicationcontrol/trunk/CHANGES.txt	2007-09-27 08:31:11 UTC (rev 80196)
@@ -2,10 +2,14 @@
 CHANGES
 =======
 
+Version 3.4.1 (2007-09-27)
+--------------------------
 
-Version 3.4.0 (2007/9/25)
--------------------------
+- rebumped to replace faulty egg
 
+Version 3.4.0 (2007-09-25)
+--------------------------
+
 - Initial documented release
 
 - Reflect changes form zope.app.error refactoring

Modified: zope.app.applicationcontrol/trunk/setup.py
===================================================================
--- zope.app.applicationcontrol/trunk/setup.py	2007-09-27 08:30:35 UTC (rev 80195)
+++ zope.app.applicationcontrol/trunk/setup.py	2007-09-27 08:31:11 UTC (rev 80196)
@@ -24,7 +24,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.applicationcontrol',
-    version = '3.4.0',
+    version = '3.4.1',
     author='Zope Corporation and Contributors',
     author_email='zope3-dev at zope.org',
     description='Zope applicationcontrol',



More information about the Checkins mailing list