[Checkins] SVN: zope.app.authentication/trunk/setup.py bump version for next trunk release (3.4.2)

Fred L. Drake, Jr. fdrake at gmail.com
Tue Oct 23 20:13:04 EDT 2007


Log message for revision 80992:
  bump version for next trunk release (3.4.2)

Changed:
  U   zope.app.authentication/trunk/setup.py

-=-
Modified: zope.app.authentication/trunk/setup.py
===================================================================
--- zope.app.authentication/trunk/setup.py	2007-10-24 00:12:17 UTC (rev 80991)
+++ zope.app.authentication/trunk/setup.py	2007-10-24 00:13:03 UTC (rev 80992)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.authentication',
-      version = '3.4.0',
+      version = '3.4.2',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Pluggable Authentication Utility',



More information about the Checkins mailing list