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

Dan Korostelev nadako at gmail.com
Fri Mar 13 20:18:12 EDT 2009


Log message for revision 98078:
  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-14 00:17:48 UTC (rev 98077)
+++ zope.app.security/trunk/CHANGES.txt	2009-03-14 00:18:12 UTC (rev 98078)
@@ -2,9 +2,14 @@
 CHANGES
 =======
 
-3.7.0 (unreleased)
+3.7.1 (unreleased)
 ------------------
 
+- ...
+
+3.7.0 (2009-03-14)
+------------------
+
 - All interfaces, as well as some authentication-related helper classes and
   functions (checkPrincipal, PrincipalSource, PrincipalTerms, etc.) were moved
   into the new ``zope.authentication`` package. Backward-compatibility imports

Modified: zope.app.security/trunk/setup.py
===================================================================
--- zope.app.security/trunk/setup.py	2009-03-14 00:17:48 UTC (rev 98077)
+++ zope.app.security/trunk/setup.py	2009-03-14 00:18:12 UTC (rev 98078)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.security',
-      version = '3.7.0dev',
+      version = '3.7.1dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='ZMI Views For Zope3 Security Components',



More information about the Checkins mailing list