[Checkins] SVN: zope.app.authentication/trunk/ Preparing release 3.6.1

Thomas Lotze tl at gocept.com
Wed Oct 7 11:29:32 EDT 2009


Log message for revision 104862:
  Preparing release 3.6.1

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-10-07 15:25:18 UTC (rev 104861)
+++ zope.app.authentication/trunk/CHANGES.txt	2009-10-07 15:29:32 UTC (rev 104862)
@@ -2,7 +2,7 @@
 Changes
 =======
 
-3.6.1 (unreleased)
+3.6.1 (2009-10-07)
 ------------------
 
 * Fix ftesting.zcml due to ``zope.securitypolicy`` update.

Modified: zope.app.authentication/trunk/setup.py
===================================================================
--- zope.app.authentication/trunk/setup.py	2009-10-07 15:25:18 UTC (rev 104861)
+++ zope.app.authentication/trunk/setup.py	2009-10-07 15:29:32 UTC (rev 104862)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.authentication',
-      version = '3.6.1dev',
+      version = '3.6.1',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Pluggable Authentication Utility',



More information about the checkins mailing list