[Checkins] SVN: zope.authentication/trunk/ Prep 4.0.0 release.

Tres Seaver cvs-admin at zope.org
Wed Jul 4 12:18:35 UTC 2012


Log message for revision 127261:
  Prep 4.0.0 release.

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

-=-
Modified: zope.authentication/trunk/CHANGES.txt
===================================================================
--- zope.authentication/trunk/CHANGES.txt	2012-07-04 12:17:36 UTC (rev 127260)
+++ zope.authentication/trunk/CHANGES.txt	2012-07-04 12:18:32 UTC (rev 127261)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-4.0.0 (unreleased)
+4.0.0 (2012-07-04)
 ------------------
 
 - Broke inappropriate testing dependency on ``zope.component.nextutility``.

Modified: zope.authentication/trunk/setup.py
===================================================================
--- zope.authentication/trunk/setup.py	2012-07-04 12:17:36 UTC (rev 127260)
+++ zope.authentication/trunk/setup.py	2012-07-04 12:18:32 UTC (rev 127261)
@@ -20,7 +20,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.authentication',
-      version = '4.0.0dev',
+      version = '4.0.0',
       author='Zope Foundation 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