[Checkins] SVN: zope.authentication/trunk/ Bump version.

Dan Korostelev nadako at gmail.com
Fri Mar 13 20:08:30 EDT 2009


Log message for revision 98069:
  Bump version.

Changed:
  U   zope.authentication/trunk/CHANGES.txt
  U   zope.authentication/trunk/setup.py

-=-
Modified: zope.authentication/trunk/CHANGES.txt
===================================================================
--- zope.authentication/trunk/CHANGES.txt	2009-03-14 00:08:04 UTC (rev 98068)
+++ zope.authentication/trunk/CHANGES.txt	2009-03-14 00:08:29 UTC (rev 98069)
@@ -2,9 +2,14 @@
 CHANGES
 =======
 
-3.7.0 (unreleased)
+3.7.1 (unreleased)
 ------------------
 
+- ...
+
+3.7.0 (2009-03-14)
+------------------
+
 Initial release. This package was splitted off from ``zope.app.security`` to
 provide a separate common interface definition for authentication utilities
 without extra dependencies.

Modified: zope.authentication/trunk/setup.py
===================================================================
--- zope.authentication/trunk/setup.py	2009-03-14 00:08:04 UTC (rev 98068)
+++ zope.authentication/trunk/setup.py	2009-03-14 00:08:29 UTC (rev 98069)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.authentication',
-      version = '3.7.0dev',
+      version = '3.7.1dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Definition of authentication basics for the Zope Framework',



More information about the Checkins mailing list