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

Souheil CHELFOUH souheil at chelfouh.com
Thu Feb 11 13:43:20 EST 2010


Log message for revision 108931:
  Preparing release.
  

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-02-11 18:38:36 UTC (rev 108930)
+++ zope.pluggableauth/trunk/CHANGES.txt	2010-02-11 18:43:19 UTC (rev 108931)
@@ -2,7 +2,7 @@
 Changes
 =======
 
-1.0.1 (unreleased)
+1.0.1 (2010-02-11)
 ------------------
 
 * Adapters are now declared in a new ZCML file :

Modified: zope.pluggableauth/trunk/setup.py
===================================================================
--- zope.pluggableauth/trunk/setup.py	2010-02-11 18:38:36 UTC (rev 108930)
+++ zope.pluggableauth/trunk/setup.py	2010-02-11 18:43:19 UTC (rev 108931)
@@ -30,7 +30,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.pluggableauth',
-      version = '1.0.1dev',
+      version = '1.0.1',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Pluggable Authentication Utility',



More information about the checkins mailing list