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

Fred Drake fdrake at gmail.com
Fri Jul 9 16:59:30 EDT 2010


Log message for revision 114451:
  de-devify
  

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

-=-
Modified: zope.pluggableauth/tags/1.0.2/setup.py
===================================================================
--- zope.pluggableauth/tags/1.0.2/setup.py	2010-07-09 20:58:59 UTC (rev 114450)
+++ zope.pluggableauth/tags/1.0.2/setup.py	2010-07-09 20:59:29 UTC (rev 114451)
@@ -28,7 +28,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.pluggableauth',
-      version = '1.0.2dev',
+      version = '1.0.2',
       author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       description='Pluggable Authentication Utility',



More information about the checkins mailing list