[Checkins] SVN: zope.security/trunk/ Preparing release 3.8.1

Michael Howitz mh at gocept.com
Tue May 3 02:26:21 EDT 2011


Log message for revision 121515:
  Preparing release 3.8.1

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

-=-
Modified: zope.security/trunk/CHANGES.txt
===================================================================
--- zope.security/trunk/CHANGES.txt	2011-05-03 06:25:13 UTC (rev 121514)
+++ zope.security/trunk/CHANGES.txt	2011-05-03 06:26:20 UTC (rev 121515)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.8.1 (unreleased)
+3.8.1 (2011-05-03)
 ------------------
 
 - Fixed circular import beween ``zope.security.decorator`` and

Modified: zope.security/trunk/setup.py
===================================================================
--- zope.security/trunk/setup.py	2011-05-03 06:25:13 UTC (rev 121514)
+++ zope.security/trunk/setup.py	2011-05-03 06:26:20 UTC (rev 121515)
@@ -25,7 +25,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.security',
-      version = '3.8.1dev',
+      version='3.8.1',
       author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Security Framework',



More information about the checkins mailing list