[Checkins] SVN: zope.pluggableauth/trunk/ Post release changes.

Souheil CHELFOUH souheil at chelfouh.com
Thu Feb 11 13:53:10 EST 2010


Log message for revision 108933:
  Post release changes.
  

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:51:00 UTC (rev 108932)
+++ zope.pluggableauth/trunk/CHANGES.txt	2010-02-11 18:53:09 UTC (rev 108933)
@@ -2,6 +2,12 @@
 Changes
 =======
 
+1.0.2 (unreleased)
+------------------
+
+* ...
+
+
 1.0.1 (2010-02-11)
 ------------------
 

Modified: zope.pluggableauth/trunk/setup.py
===================================================================
--- zope.pluggableauth/trunk/setup.py	2010-02-11 18:51:00 UTC (rev 108932)
+++ zope.pluggableauth/trunk/setup.py	2010-02-11 18:53:09 UTC (rev 108933)
@@ -30,7 +30,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.pluggableauth',
-      version = '1.0.1',
+      version = '1.0.2dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Pluggable Authentication Utility',



More information about the checkins mailing list