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

Dan Korostelev nadako at gmail.com
Sat Mar 14 13:11:23 EDT 2009


Log message for revision 98104:
  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-14 17:10:57 UTC (rev 98103)
+++ zope.app.authentication/trunk/CHANGES.txt	2009-03-14 17:11:23 UTC (rev 98104)
@@ -2,9 +2,15 @@
 Changes
 =======
 
-3.6.0 (unreleased)
+3.6.1 (unreleased)
 ------------------
 
+* ...
+
+
+3.6.0 (2009-03-14)
+------------------
+
 * Separate the presentation template and camefrom/redirection logic for the
   ``loginForm.html`` view. Now the logic is contained in the
   ``zope.app.authentication.browser.loginform.LoginForm`` class.

Modified: zope.app.authentication/trunk/setup.py
===================================================================
--- zope.app.authentication/trunk/setup.py	2009-03-14 17:10:57 UTC (rev 98103)
+++ zope.app.authentication/trunk/setup.py	2009-03-14 17:11:23 UTC (rev 98104)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.authentication',
-      version = '3.6.0dev',
+      version = '3.6.1dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Pluggable Authentication Utility',



More information about the Checkins mailing list