[Checkins] SVN: zope.app.security/trunk/ Added a zero to the new version number to follow previous practice.

Brandon Rhodes brandon at rhodesmill.org
Wed Jan 28 08:18:23 EST 2009


Log message for revision 95311:
  Added a zero to the new version number to follow previous practice.
  

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

-=-
Modified: zope.app.security/trunk/CHANGES.txt
===================================================================
--- zope.app.security/trunk/CHANGES.txt	2009-01-28 13:16:45 UTC (rev 95310)
+++ zope.app.security/trunk/CHANGES.txt	2009-01-28 13:18:23 UTC (rev 95311)
@@ -2,8 +2,8 @@
 CHANGES
 =======
 
-3.6 (unreleased)
-----------------
+3.6.0 (unreleased)
+------------------
 
 - Changed mailing list address to zope-dev at zope.org, because
   zope3-dev is retired now. Changed "cheeseshop" to "pypi" in

Modified: zope.app.security/trunk/setup.py
===================================================================
--- zope.app.security/trunk/setup.py	2009-01-28 13:16:45 UTC (rev 95310)
+++ zope.app.security/trunk/setup.py	2009-01-28 13:18:23 UTC (rev 95311)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.security',
-      version = '3.6dev',
+      version = '3.6.0dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Security Components for Zope 3 Applications',



More information about the Checkins mailing list