[Checkins] SVN: zope.app.security/trunk/ Bump version.

Dan Korostelev nadako at gmail.com
Mon Mar 9 22:10:44 EDT 2009


Log message for revision 97768:
  Bump version.

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-03-10 02:10:11 UTC (rev 97767)
+++ zope.app.security/trunk/CHANGES.txt	2009-03-10 02:10:44 UTC (rev 97768)
@@ -2,9 +2,14 @@
 CHANGES
 =======
 
-3.6.2 (unreleased)
+3.6.3 (unreleased)
 ------------------
 
+- ...
+
+3.6.2 (2009-03-10)
+------------------
+
 - The `Allow`, `Deny` and `Unset` permission settings was preferred to
   be imported from ``zope.securitypolicy.interfaces`` for a long time
   and now they are completely moved there from ``zope.app.security.settings``

Modified: zope.app.security/trunk/setup.py
===================================================================
--- zope.app.security/trunk/setup.py	2009-03-10 02:10:11 UTC (rev 97767)
+++ zope.app.security/trunk/setup.py	2009-03-10 02:10:44 UTC (rev 97768)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.security',
-      version = '3.6.2dev',
+      version = '3.6.3dev',
       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