[Checkins] SVN: zope.app.securitypolicy/trunk/ Preparing release 3.6.1

Michael Howitz mh at gocept.com
Sat Sep 25 05:21:52 EDT 2010


Log message for revision 116811:
  Preparing release 3.6.1

Changed:
  U   zope.app.securitypolicy/trunk/CHANGES.txt
  U   zope.app.securitypolicy/trunk/setup.py

-=-
Modified: zope.app.securitypolicy/trunk/CHANGES.txt
===================================================================
--- zope.app.securitypolicy/trunk/CHANGES.txt	2010-09-25 09:09:43 UTC (rev 116810)
+++ zope.app.securitypolicy/trunk/CHANGES.txt	2010-09-25 09:21:51 UTC (rev 116811)
@@ -2,10 +2,11 @@
 CHANGES
 =======
 
-3.6.1 (unreleased)
+3.6.1 (2010-09-25)
 ------------------
 
-- Nothing changed yet.
+- Added missing minimum version declaration for `zope.app.authentication`,
+  namely 3.8.
 
 
 3.6.0 (2010-09-25)

Modified: zope.app.securitypolicy/trunk/setup.py
===================================================================
--- zope.app.securitypolicy/trunk/setup.py	2010-09-25 09:09:43 UTC (rev 116810)
+++ zope.app.securitypolicy/trunk/setup.py	2010-09-25 09:21:51 UTC (rev 116811)
@@ -29,7 +29,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.securitypolicy',
-    version='3.6.1dev',
+    version='3.6.1',
     author='Zope Corporation and Contributors',
     author_email='zope-dev at zope.org',
     description="ZMI-based management views for zope.securitypolicy",
@@ -64,7 +64,7 @@
               ]),
     install_requires=['setuptools',
                       'zope.annotation',
-                      'zope.app.authentication',
+                      'zope.app.authentication >= 3.8',
                       'zope.app.form',
                       'zope.app.security',
                       'zope.browser',



More information about the checkins mailing list