[Checkins] SVN: zope.app.authentication/tags/3.5.0a1/setup.py remove dev marker

Christian Theune ct at gocept.com
Sat Jan 31 09:00:21 EST 2009


Log message for revision 95662:
  remove dev marker
  

Changed:
  U   zope.app.authentication/tags/3.5.0a1/setup.py

-=-
Modified: zope.app.authentication/tags/3.5.0a1/setup.py
===================================================================
--- zope.app.authentication/tags/3.5.0a1/setup.py	2009-01-31 13:59:49 UTC (rev 95661)
+++ zope.app.authentication/tags/3.5.0a1/setup.py	2009-01-31 14:00:21 UTC (rev 95662)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.authentication',
-      version = '3.5.0a1dev',
+      version = '3.5.0a1',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Pluggable Authentication Utility',



More information about the Checkins mailing list