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

Souheil CHELFOUH souheil at chelfouh.com
Fri Feb 5 08:36:17 EST 2010


Log message for revision 108786:
  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-05 13:31:29 UTC (rev 108785)
+++ zope.pluggableauth/trunk/CHANGES.txt	2010-02-05 13:36:16 UTC (rev 108786)
@@ -2,7 +2,7 @@
 Changes
 =======
 
-1.0 (unreleased)
+1.0 (2010-02-05)
 ----------------
 
-- Splitting off from zope.app.authentication
+* Splitting off from zope.app.authentication

Modified: zope.pluggableauth/trunk/setup.py
===================================================================
--- zope.pluggableauth/trunk/setup.py	2010-02-05 13:31:29 UTC (rev 108785)
+++ zope.pluggableauth/trunk/setup.py	2010-02-05 13:36:16 UTC (rev 108786)
@@ -30,7 +30,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.pluggableauth',
-      version = '1.0dev',
+      version = '1.0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Pluggable Authentication Utility',



More information about the checkins mailing list