[Checkins] SVN: zope.authentication/trunk/ Preparing release 4.1.0

Stephen Richter cvs-admin at zope.org
Thu Feb 21 16:43:04 UTC 2013


Log message for revision 129580:
  Preparing release 4.1.0

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

-=-
Modified: zope.authentication/trunk/CHANGES.txt
===================================================================
--- zope.authentication/trunk/CHANGES.txt	2013-02-21 16:41:28 UTC (rev 129579)
+++ zope.authentication/trunk/CHANGES.txt	2013-02-21 16:43:03 UTC (rev 129580)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-4.1.0 (unreleased)
+4.1.0 (2013-02-21)
 ------------------
 
 - Added Python 3.3 support.

Modified: zope.authentication/trunk/setup.py
===================================================================
--- zope.authentication/trunk/setup.py	2013-02-21 16:41:28 UTC (rev 129579)
+++ zope.authentication/trunk/setup.py	2013-02-21 16:43:03 UTC (rev 129580)
@@ -35,7 +35,7 @@
     return unittest.TestSuite(suites)
 
 setup(name='zope.authentication',
-      version = '4.0.1dev',
+      version='4.1.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