[Checkins] SVN: zope.session/tags/3.8.0/setup.py Remove dev marker.

Martijn Faassen faassen at infrae.com
Sat Jan 31 09:00:22 EST 2009


Log message for revision 95663:
  Remove dev marker.
  

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

-=-
Modified: zope.session/tags/3.8.0/setup.py
===================================================================
--- zope.session/tags/3.8.0/setup.py	2009-01-31 14:00:21 UTC (rev 95662)
+++ zope.session/tags/3.8.0/setup.py	2009-01-31 14:00:21 UTC (rev 95663)
@@ -24,7 +24,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.session',
-    version = '3.8.0dev',
+    version = '3.8.0',
     author='Zope Corporation and Contributors',
     author_email='zope-dev at zope.org',
     description='Zope 3 Session Support',



More information about the Checkins mailing list