[Checkins] SVN: zope.app.authentication/trunk/ Prepare release, target a1, update change log.

Christian Theune ct at gocept.com
Sat Jan 31 08:58:58 EST 2009


Log message for revision 95658:
  Prepare release, target a1, update change log.
  

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

-=-
Modified: zope.app.authentication/trunk/CHANGES.txt
===================================================================
--- zope.app.authentication/trunk/CHANGES.txt	2009-01-31 13:58:38 UTC (rev 95657)
+++ zope.app.authentication/trunk/CHANGES.txt	2009-01-31 13:58:58 UTC (rev 95658)
@@ -2,8 +2,8 @@
 Changes
 =======
 
-3.5.0 (unreleased)
-------------------
+3.5.0a1 (2009-01-31)
+--------------------
 
 * Use ``zope.container`` instead of ``zope.app.container``.
 

Modified: zope.app.authentication/trunk/setup.py
===================================================================
--- zope.app.authentication/trunk/setup.py	2009-01-31 13:58:38 UTC (rev 95657)
+++ zope.app.authentication/trunk/setup.py	2009-01-31 13:58:58 UTC (rev 95658)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.authentication',
-      version = '3.5.0dev',
+      version = '3.5.0a1dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Pluggable Authentication Utility',



More information about the Checkins mailing list