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

Dan Korostelev nadako at gmail.com
Fri Mar 6 08:11:57 EST 2009


Log message for revision 97575:
  Bump version.

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	2009-03-06 13:11:03 UTC (rev 97574)
+++ zope.app.authentication/trunk/CHANGES.txt	2009-03-06 13:11:57 UTC (rev 97575)
@@ -2,9 +2,14 @@
 Changes
 =======
 
-3.5.0 (unreleased)
+3.5.1 (unreleased)
 ------------------
 
+* ...
+
+3.5.0 (2009-03-06)
+------------------
+
 * Split password manager functionality off to the new ``zope.password``
   package. Backward-compatibility imports are left in place.
 

Modified: zope.app.authentication/trunk/setup.py
===================================================================
--- zope.app.authentication/trunk/setup.py	2009-03-06 13:11:03 UTC (rev 97574)
+++ zope.app.authentication/trunk/setup.py	2009-03-06 13:11:57 UTC (rev 97575)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.authentication',
-      version = '3.5.0a3dev',
+      version = '3.5.1dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Pluggable Authentication Utility',



More information about the Checkins mailing list