[Zope3-checkins] SVN: zope.testing/tags/3.7.7/setup.py Remove dev marker
Christian Theune
ct at gocept.com
Wed Jul 15 02:34:24 EDT 2009
Log message for revision 101917:
Remove dev marker
Changed:
U zope.testing/tags/3.7.7/setup.py
-=-
Modified: zope.testing/tags/3.7.7/setup.py
===================================================================
--- zope.testing/tags/3.7.7/setup.py 2009-07-15 06:33:37 UTC (rev 101916)
+++ zope.testing/tags/3.7.7/setup.py 2009-07-15 06:34:24 UTC (rev 101917)
@@ -80,7 +80,7 @@
setup(
name='zope.testing',
- version = '3.7.7dev',
+ version = '3.7.7',
url='http://pypi.python.org/pypi/zope.testing',
license='ZPL 2.1',
description='Zope testing framework, including the testrunner script.',
More information about the Zope3-Checkins
mailing list