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

Jan-Wijbrand Kolman janwijbrand at gmail.com
Mon Oct 18 05:50:37 EDT 2010


Log message for revision 117636:
  Preparing release 3.9

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	2010-10-18 09:47:18 UTC (rev 117635)
+++ zope.app.authentication/trunk/CHANGES.txt	2010-10-18 09:50:37 UTC (rev 117636)
@@ -2,7 +2,7 @@
 Changes
 =======
 
-3.9 (unreleased)
+3.9 (2010-10-18)
 ----------------
 
 * Move concrete IAuthenticatorPlugin implementations to

Modified: zope.app.authentication/trunk/setup.py
===================================================================
--- zope.app.authentication/trunk/setup.py	2010-10-18 09:47:18 UTC (rev 117635)
+++ zope.app.authentication/trunk/setup.py	2010-10-18 09:50:37 UTC (rev 117636)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.authentication',
-      version='3.8.1dev',
+      version='3.9',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description=('Principals and groups management for '



More information about the checkins mailing list