[Checkins] SVN: zope.app.testing/branches/3.5.4/setup.py de-devify

Fred L. Drake, Jr. fdrake at gmail.com
Mon Aug 25 10:19:55 EDT 2008


Log message for revision 90215:
  de-devify
  

Changed:
  U   zope.app.testing/branches/3.5.4/setup.py

-=-
Modified: zope.app.testing/branches/3.5.4/setup.py
===================================================================
--- zope.app.testing/branches/3.5.4/setup.py	2008-08-25 14:16:35 UTC (rev 90214)
+++ zope.app.testing/branches/3.5.4/setup.py	2008-08-25 14:19:55 UTC (rev 90215)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.testing',
-      version = '3.5.4dev',
+      version = '3.5.4',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope Application Testing Support',



More information about the Checkins mailing list