[Checkins] SVN: zope.authentication/trunk/ Prepare zope.authentication 3.7.1.

Hanno Schlichting hannosch at hannosch.eu
Fri Apr 30 13:28:24 EDT 2010


Log message for revision 111661:
  Prepare zope.authentication 3.7.1.

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

-=-
Modified: zope.authentication/trunk/CHANGES.txt
===================================================================
--- zope.authentication/trunk/CHANGES.txt	2010-04-30 17:27:53 UTC (rev 111660)
+++ zope.authentication/trunk/CHANGES.txt	2010-04-30 17:28:23 UTC (rev 111661)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.7.1 (unreleased)
+3.7.1 (2010-04-30)
 ------------------
 
 - Removed undeclared testing dependency on zope.testing.

Modified: zope.authentication/trunk/setup.py
===================================================================
--- zope.authentication/trunk/setup.py	2010-04-30 17:27:53 UTC (rev 111660)
+++ zope.authentication/trunk/setup.py	2010-04-30 17:28:23 UTC (rev 111661)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.authentication',
-      version = '3.7.1dev',
+      version = '3.7.1',
       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