[Checkins] SVN: zope.app.authentication/branches/3.4/ Preparing release 3.4.5

Jan-Wijbrand Kolman janwijbrand at gmail.com
Thu May 27 06:00:09 EDT 2010


Log message for revision 112762:
  Preparing release 3.4.5

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

-=-
Modified: zope.app.authentication/branches/3.4/CHANGES.txt
===================================================================
--- zope.app.authentication/branches/3.4/CHANGES.txt	2010-05-27 09:58:19 UTC (rev 112761)
+++ zope.app.authentication/branches/3.4/CHANGES.txt	2010-05-27 10:00:09 UTC (rev 112762)
@@ -2,7 +2,7 @@
 Changes
 =======
 
-3.4.4 (unreleased)
+3.4.5 (2010-05-27)
 ------------------
 
 * Backport of the SSHAPasswordManager.

Modified: zope.app.authentication/branches/3.4/setup.py
===================================================================
--- zope.app.authentication/branches/3.4/setup.py	2010-05-27 09:58:19 UTC (rev 112761)
+++ zope.app.authentication/branches/3.4/setup.py	2010-05-27 10:00:09 UTC (rev 112762)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.authentication',
-      version = '3.4.4',
+      version='3.4.5',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Pluggable Authentication Utility',



More information about the checkins mailing list