[Checkins] SVN: zope.app.authentication/trunk/ version bump

Roger Ineichen roger at projekt01.ch
Wed Jul 9 04:55:57 EDT 2008


Log message for revision 88133:
  version bump

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

-=-
Modified: zope.app.authentication/trunk/CHANGES.txt
===================================================================
--- zope.app.authentication/trunk/CHANGES.txt	2008-07-09 08:18:36 UTC (rev 88132)
+++ zope.app.authentication/trunk/CHANGES.txt	2008-07-09 08:55:53 UTC (rev 88133)
@@ -3,7 +3,7 @@
 =======
 
 
-Version 3.4.2dev (unreleased)
+Version 3.4.2 (2008-07-09)
 -----------------------------
 
 - Make it compatible with upcomming zope.app.container 3.6.1 changes.

Modified: zope.app.authentication/trunk/setup.py
===================================================================
--- zope.app.authentication/trunk/setup.py	2008-07-09 08:18:36 UTC (rev 88132)
+++ zope.app.authentication/trunk/setup.py	2008-07-09 08:55:53 UTC (rev 88133)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.authentication',
-      version = '3.4.2dev',
+      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