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

Souheil CHELFOUH souheil at chelfouh.com
Thu Feb 11 13:58:50 EST 2010


Log message for revision 108934:
  Preparing release.
  

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

-=-
Modified: zope.app.authentication/trunk/CHANGES.txt
===================================================================
--- zope.app.authentication/trunk/CHANGES.txt	2010-02-11 18:53:09 UTC (rev 108933)
+++ zope.app.authentication/trunk/CHANGES.txt	2010-02-11 18:58:50 UTC (rev 108934)
@@ -2,10 +2,10 @@
 Changes
 =======
 
-3.7.1 (unreleased)
+3.7.1 (2010-02-11)
 ------------------
 
-* Using the new `principalfactories.zcml` file, from zope.pluggableauth,
+* Using the new `principalfactories.zcml` file, from ``zope.pluggableauth``,
   to avoid duplication errors, in the adapters registration.
 
 

Modified: zope.app.authentication/trunk/setup.py
===================================================================
--- zope.app.authentication/trunk/setup.py	2010-02-11 18:53:09 UTC (rev 108933)
+++ zope.app.authentication/trunk/setup.py	2010-02-11 18:58:50 UTC (rev 108934)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.authentication',
-      version = '3.7.1dev',
+      version = '3.7.1',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description=('Principals and groups management for '
@@ -93,7 +93,7 @@
           'zope.interface',
           'zope.location',
           'zope.password>=3.5.1',
-          'zope.pluggableauth>=1.0.1dev',
+          'zope.pluggableauth>=1.0.1',
           'zope.schema',
           'zope.security',
           'zope.traversing',



More information about the checkins mailing list