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

Dan Korostelev nadako at gmail.com
Mon Mar 9 21:45:02 EDT 2009


Log message for revision 97764:
  Bump version.

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

-=-
Modified: zope.security/trunk/CHANGES.txt
===================================================================
--- zope.security/trunk/CHANGES.txt	2009-03-10 01:44:35 UTC (rev 97763)
+++ zope.security/trunk/CHANGES.txt	2009-03-10 01:45:01 UTC (rev 97764)
@@ -2,9 +2,14 @@
 CHANGES
 =======
 
-3.6.1 (unreleased)
+3.6.2 (unreleased)
 ------------------
 
+- ...
+
+3.6.1 (2009-03-10)
+------------------
+
 - Use ``from`` imports instead of ``zope.deferred`` to avoid circular
   import problems, thus drop dependency on ``zope.deferredimport``.
 

Modified: zope.security/trunk/setup.py
===================================================================
--- zope.security/trunk/setup.py	2009-03-10 01:44:35 UTC (rev 97763)
+++ zope.security/trunk/setup.py	2009-03-10 01:45:01 UTC (rev 97764)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.security',
-      version = '3.6.1dev',
+      version = '3.6.2dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope3 Security Framework',



More information about the Checkins mailing list