[Checkins] SVN: zope.session/tags/3.5.0/setup.py remove "dev" from the tag's version

Benji York benji at zope.com
Tue Mar 11 15:57:36 EDT 2008


Log message for revision 84589:
  remove "dev" from the tag's version
  

Changed:
  U   zope.session/tags/3.5.0/setup.py

-=-
Modified: zope.session/tags/3.5.0/setup.py
===================================================================
--- zope.session/tags/3.5.0/setup.py	2008-03-11 19:56:42 UTC (rev 84588)
+++ zope.session/tags/3.5.0/setup.py	2008-03-11 19:57:35 UTC (rev 84589)
@@ -24,7 +24,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.session',
-    version = '3.5.0dev',
+    version = '3.5.0',
     author='Zope Corporation and Contributors',
     author_email='zope3-dev at zope.org',
     description='Zope 3 Session Support',



More information about the Checkins mailing list