[Checkins] SVN: zope.app.component/tags/3.4.x/setup.py Post-release version bump.

Marius Gedminas marius at pov.lt
Wed Jul 15 14:57:10 EDT 2009


Log message for revision 101934:
  Post-release version bump.
  
  Though I hope a 3.4.3 won't ever be necessary.
  
  

Changed:
  U   zope.app.component/tags/3.4.x/setup.py

-=-
Modified: zope.app.component/tags/3.4.x/setup.py
===================================================================
--- zope.app.component/tags/3.4.x/setup.py	2009-07-15 18:56:04 UTC (rev 101933)
+++ zope.app.component/tags/3.4.x/setup.py	2009-07-15 18:57:10 UTC (rev 101934)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.component',
-      version = '3.4.2',
+      version = '3.4.3dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Local Zope Component Support',



More information about the Checkins mailing list