[Checkins] SVN: zope.security/branches/3.9/ Prep 3.9.0 release.

Tres Seaver cvs-admin at zope.org
Sat Dec 22 01:25:46 UTC 2012


Log message for revision 128856:
  Prep 3.9.0 release.

Changed:
  U   zope.security/branches/3.9/CHANGES.txt
  U   zope.security/branches/3.9/setup.py

-=-
Modified: zope.security/branches/3.9/CHANGES.txt
===================================================================
--- zope.security/branches/3.9/CHANGES.txt	2012-12-22 01:24:56 UTC (rev 128855)
+++ zope.security/branches/3.9/CHANGES.txt	2012-12-22 01:25:46 UTC (rev 128856)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.9.0 (unreleased)
+3.9.0 (2012-12-21)
 ------------------
 
 - Ship with an included ``proxy.h`` header which is compatible with the

Modified: zope.security/branches/3.9/setup.py
===================================================================
--- zope.security/branches/3.9/setup.py	2012-12-22 01:24:56 UTC (rev 128855)
+++ zope.security/branches/3.9/setup.py	2012-12-22 01:25:46 UTC (rev 128856)
@@ -25,7 +25,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.security',
-      version='3.9.0dev',
+      version='3.9.0',
       author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Security Framework',



More information about the checkins mailing list