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

Marius Gedminas marius at pov.lt
Thu Dec 16 16:45:14 EST 2010


Log message for revision 118972:
  Preparing release 1.2

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-12-16 19:03:07 UTC (rev 118971)
+++ zope.pluggableauth/trunk/CHANGES.txt	2010-12-16 21:45:13 UTC (rev 118972)
@@ -2,7 +2,7 @@
 Changes
 =======
 
-1.2 (unreleased)
+1.2 (2010-12-16)
 ----------------
 
 - SessionCredentialsPlugin has a hook (_makeCredentials) that can be overriden

Modified: zope.pluggableauth/trunk/setup.py
===================================================================
--- zope.pluggableauth/trunk/setup.py	2010-12-16 19:03:07 UTC (rev 118971)
+++ zope.pluggableauth/trunk/setup.py	2010-12-16 21:45:13 UTC (rev 118972)
@@ -28,7 +28,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.pluggableauth',
-      version='1.2dev',
+      version = '1.2',
       author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       description='Pluggable Authentication Utility',



More information about the checkins mailing list