[Checkins] SVN: zope.session/tags/3.8.1/setup.py remove dev marker

Kevin Teague kevin at bud.ca
Mon Feb 23 15:54:19 EST 2009


Log message for revision 97181:
  remove dev marker

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

-=-
Modified: zope.session/tags/3.8.1/setup.py
===================================================================
--- zope.session/tags/3.8.1/setup.py	2009-02-23 20:53:02 UTC (rev 97180)
+++ zope.session/tags/3.8.1/setup.py	2009-02-23 20:54:19 UTC (rev 97181)
@@ -24,7 +24,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.session',
-    version = '3.8.1dev',
+    version = '3.8.1',
     author='Zope Corporation and Contributors',
     author_email='zope-dev at zope.org',
     description='Zope 3 Session Support',



More information about the Checkins mailing list