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

Dan Korostelev nadako at gmail.com
Mon Mar 9 15:03:51 EDT 2009


Log message for revision 97717:
  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-09 19:03:27 UTC (rev 97716)
+++ zope.app.security/trunk/CHANGES.txt	2009-03-09 19:03:51 UTC (rev 97717)
@@ -2,9 +2,14 @@
 CHANGES
 =======
 
-3.6.1 (unreleased)
+3.6.2 (unreleased)
 ------------------
 
+- ...
+
+3.6.1 (2009-03-09)
+------------------
+
 - Depend on new ``zope.password`` package instead of ``zope.app.authentication``
   to get password managers for the authentication utility, thus remove
   dependency on ``zope.app.authentication``.

Modified: zope.app.security/trunk/setup.py
===================================================================
--- zope.app.security/trunk/setup.py	2009-03-09 19:03:27 UTC (rev 97716)
+++ zope.app.security/trunk/setup.py	2009-03-09 19:03:51 UTC (rev 97717)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.security',
-      version = '3.6.1dev',
+      version = '3.6.2dev',
       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