[Checkins] SVN: zope.pluggableauth/trunk/ Preparing release 1.1

Jan-Wijbrand Kolman janwijbrand at gmail.com
Mon Oct 18 05:32:02 EDT 2010


Log message for revision 117630:
  Preparing release 1.1

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

-=-
Modified: zope.pluggableauth/trunk/CHANGES.txt
===================================================================
--- zope.pluggableauth/trunk/CHANGES.txt	2010-10-18 09:31:33 UTC (rev 117629)
+++ zope.pluggableauth/trunk/CHANGES.txt	2010-10-18 09:32:01 UTC (rev 117630)
@@ -2,7 +2,7 @@
 Changes
 =======
 
-1.1 (unreleased)
+1.1 (2010-10-18)
 ----------------
 
 * Moved concrete IAuthenticatorPlugin implementations from

Modified: zope.pluggableauth/trunk/setup.py
===================================================================
--- zope.pluggableauth/trunk/setup.py	2010-10-18 09:31:33 UTC (rev 117629)
+++ zope.pluggableauth/trunk/setup.py	2010-10-18 09:32:01 UTC (rev 117630)
@@ -28,7 +28,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.pluggableauth',
-      version = '1.1dev',
+      version='1.1',
       author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       description='Pluggable Authentication Utility',



More information about the checkins mailing list