[Checkins] SVN: zope.pluggableauth/tags/1.0.3/setup.py de-devify

Fred Drake fdrake at gmail.com
Fri Jul 9 17:12:27 EDT 2010


Log message for revision 114459:
  de-devify
  

Changed:
  U   zope.pluggableauth/tags/1.0.3/setup.py

-=-
Modified: zope.pluggableauth/tags/1.0.3/setup.py
===================================================================
--- zope.pluggableauth/tags/1.0.3/setup.py	2010-07-09 21:11:54 UTC (rev 114458)
+++ zope.pluggableauth/tags/1.0.3/setup.py	2010-07-09 21:12:27 UTC (rev 114459)
@@ -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.3',
       author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       description='Pluggable Authentication Utility',



More information about the checkins mailing list