[Checkins] SVN: zope.authentication/tags/ Tag 3.7.0

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


Log message for revision 98068:
  Tag 3.7.0

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

-=-
Modified: zope.authentication/tags/3.7.0/CHANGES.txt
===================================================================
--- zope.authentication/trunk/CHANGES.txt	2009-03-13 21:33:03 UTC (rev 98057)
+++ zope.authentication/tags/3.7.0/CHANGES.txt	2009-03-14 00:08:04 UTC (rev 98068)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.7.0 (unreleased)
+3.7.0 (2009-03-14)
 ------------------
 
 Initial release. This package was splitted off from ``zope.app.security`` to

Modified: zope.authentication/tags/3.7.0/setup.py
===================================================================
--- zope.authentication/trunk/setup.py	2009-03-13 21:33:03 UTC (rev 98057)
+++ zope.authentication/tags/3.7.0/setup.py	2009-03-14 00:08:04 UTC (rev 98068)
@@ -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.0',
       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