[Checkins] SVN: zope.app.authentication/tags/3.4.4/ Tag 3.4.4

Dan Korostelev nadako at gmail.com
Fri Dec 12 03:57:16 EST 2008


Log message for revision 93931:
  Tag 3.4.4

Changed:
  A   zope.app.authentication/tags/3.4.4/
  U   zope.app.authentication/tags/3.4.4/CHANGES.txt
  U   zope.app.authentication/tags/3.4.4/setup.py

-=-
Modified: zope.app.authentication/tags/3.4.4/CHANGES.txt
===================================================================
--- zope.app.authentication/trunk/CHANGES.txt	2008-12-12 07:19:39 UTC (rev 93930)
+++ zope.app.authentication/tags/3.4.4/CHANGES.txt	2008-12-12 08:57:16 UTC (rev 93931)
@@ -2,7 +2,7 @@
 Changes
 =======
 
-3.4.4 (unreleased)
+3.4.4 (2008-12-12)
 ------------------
 
 * Depend on zope.session instead of zope.app.session. The first one

Modified: zope.app.authentication/tags/3.4.4/setup.py
===================================================================
--- zope.app.authentication/trunk/setup.py	2008-12-12 07:19:39 UTC (rev 93930)
+++ zope.app.authentication/tags/3.4.4/setup.py	2008-12-12 08:57:16 UTC (rev 93931)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.authentication',
-      version = '3.4.4dev',
+      version = '3.4.4',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Pluggable Authentication Utility',



More information about the Checkins mailing list