[Checkins] SVN: zope.session/trunk/ Preparing release 4.0.0a1

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


Log message for revision 129575:
  Preparing release 4.0.0a1

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

-=-
Modified: zope.session/trunk/CHANGES.txt
===================================================================
--- zope.session/trunk/CHANGES.txt	2013-02-21 16:08:18 UTC (rev 129574)
+++ zope.session/trunk/CHANGES.txt	2013-02-21 16:09:07 UTC (rev 129575)
@@ -1,7 +1,7 @@
 CHANGES
 =======
 
-4.0.0a1 (unreleased)
+4.0.0a1 (2013-02-21)
 --------------------
 
 - Added support for Python 3.3

Modified: zope.session/trunk/setup.py
===================================================================
--- zope.session/trunk/setup.py	2013-02-21 16:08:18 UTC (rev 129574)
+++ zope.session/trunk/setup.py	2013-02-21 16:09:07 UTC (rev 129575)
@@ -25,7 +25,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.session',
-    version='4.0.0a1.dev',
+    version='4.0.0a1',
     author='Zope Foundation and Contributors',
     author_email='zope-dev at zope.org',
     description='Client identification and sessions for Zope',



More information about the checkins mailing list