[Checkins] SVN: zope.proxy/tags/3.5.0/setup.py remove dev marker.

Martijn Faassen faassen at infrae.com
Sat Jan 31 09:48:47 EST 2009


Log message for revision 95684:
  remove dev marker.
  

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

-=-
Modified: zope.proxy/tags/3.5.0/setup.py
===================================================================
--- zope.proxy/tags/3.5.0/setup.py	2009-01-31 14:47:42 UTC (rev 95683)
+++ zope.proxy/tags/3.5.0/setup.py	2009-01-31 14:48:46 UTC (rev 95684)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.proxy',
-      version = '3.5.0dev',
+      version = '3.5.0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Generic Transparent Proxies',



More information about the Checkins mailing list