[Checkins] SVN: zope.app.authentication/trunk/ Version bump.

Dan Korostelev nadako at gmail.com
Fri Dec 12 03:59:55 EST 2008


Log message for revision 93932:
  Version bump.

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	2008-12-12 08:57:16 UTC (rev 93931)
+++ zope.app.authentication/trunk/CHANGES.txt	2008-12-12 08:59:54 UTC (rev 93932)
@@ -2,7 +2,11 @@
 Changes
 =======
 
-3.4.4 (unreleased)
+3.5.0 (unreleased)
+
+* ...
+
+3.4.4 (2008-12-12)
 ------------------
 
 * Depend on zope.session instead of zope.app.session. The first one

Modified: zope.app.authentication/trunk/setup.py
===================================================================
--- zope.app.authentication/trunk/setup.py	2008-12-12 08:57:16 UTC (rev 93931)
+++ zope.app.authentication/trunk/setup.py	2008-12-12 08:59:54 UTC (rev 93932)
@@ -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.5.0dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Pluggable Authentication Utility',



More information about the Checkins mailing list