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

Michael Howitz mh at gocept.com
Sat Sep 25 05:06:39 EDT 2010


Log message for revision 116804:
  Preparing release 3.8.0

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	2010-09-25 09:05:50 UTC (rev 116803)
+++ zope.app.authentication/trunk/CHANGES.txt	2010-09-25 09:06:39 UTC (rev 116804)
@@ -2,7 +2,7 @@
 Changes
 =======
 
-3.8.0 (unreleased)
+3.8.0 (2010-09-25)
 ------------------
 
 * Using python's ``doctest`` module instead of deprecated

Modified: zope.app.authentication/trunk/setup.py
===================================================================
--- zope.app.authentication/trunk/setup.py	2010-09-25 09:05:50 UTC (rev 116803)
+++ zope.app.authentication/trunk/setup.py	2010-09-25 09:06:39 UTC (rev 116804)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.authentication',
-      version = '3.8.0dev',
+      version='3.8.0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description=('Principals and groups management for '



More information about the checkins mailing list