[Checkins] SVN: zope.pluggableauth/trunk/ bump

Fred Drake fdrake at gmail.com
Fri Jul 9 17:11:55 EDT 2010


Log message for revision 114458:
  bump

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-07-09 21:11:14 UTC (rev 114457)
+++ zope.pluggableauth/trunk/CHANGES.txt	2010-07-09 21:11:54 UTC (rev 114458)
@@ -2,6 +2,12 @@
 Changes
 =======
 
+1.0.4 (unreleased)
+------------------
+
+* ...
+
+
 1.0.3 (2010-07-09)
 ------------------
 

Modified: zope.pluggableauth/trunk/setup.py
===================================================================
--- zope.pluggableauth/trunk/setup.py	2010-07-09 21:11:14 UTC (rev 114457)
+++ zope.pluggableauth/trunk/setup.py	2010-07-09 21:11:54 UTC (rev 114458)
@@ -28,7 +28,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.pluggableauth',
-      version = '1.0.3dev',
+      version = '1.0.4dev',
       author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       description='Pluggable Authentication Utility',



More information about the checkins mailing list