[Checkins] SVN: zope.app.security/trunk/ Bumped trunk version to 3.6.0dev and modified CANGES.txt accordingly.

Aaron Lehmann aaron at zope.com
Tue Feb 5 17:04:41 EST 2008


Log message for revision 83560:
  Bumped trunk version to 3.6.0dev and modified CANGES.txt accordingly.
  
  

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	2008-02-05 21:55:07 UTC (rev 83559)
+++ zope.app.security/trunk/CHANGES.txt	2008-02-05 22:04:40 UTC (rev 83560)
@@ -2,6 +2,9 @@
 CHANGES
 =======
 
+3.6.0 (unreleased)
+------------------
+
 3.5.0 (2008-02-05)
 ------------------
 

Modified: zope.app.security/trunk/setup.py
===================================================================
--- zope.app.security/trunk/setup.py	2008-02-05 21:55:07 UTC (rev 83559)
+++ zope.app.security/trunk/setup.py	2008-02-05 22:04:40 UTC (rev 83560)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.security',
-      version = '3.5.0dev',
+      version = '3.6.0dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Security Components for Zope 3 Applications',



More information about the Checkins mailing list