[Checkins] SVN: zope.app.sqlscript/tags/3.5.0/setup.py removed dev marker

Christian Theune ct at gocept.com
Sun Feb 1 14:09:44 EST 2009


Log message for revision 95925:
  removed dev marker
  

Changed:
  U   zope.app.sqlscript/tags/3.5.0/setup.py

-=-
Modified: zope.app.sqlscript/tags/3.5.0/setup.py
===================================================================
--- zope.app.sqlscript/tags/3.5.0/setup.py	2009-02-01 19:09:04 UTC (rev 95924)
+++ zope.app.sqlscript/tags/3.5.0/setup.py	2009-02-01 19:09:44 UTC (rev 95925)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name = 'zope.app.sqlscript',
-      version = '3.5.0dev',
+      version = '3.5.0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='SQL Script -- Zope 3 Content Component',



More information about the Checkins mailing list