[Zope3-checkins] SVN: zope.testing/trunk/setup.py New major version: allow for new features.

Christian Theune ct at gocept.com
Thu Apr 2 05:10:59 EDT 2009


Log message for revision 98789:
  New major version: allow for new features.
  

Changed:
  U   zope.testing/trunk/setup.py

-=-
Modified: zope.testing/trunk/setup.py
===================================================================
--- zope.testing/trunk/setup.py	2009-04-02 08:40:38 UTC (rev 98788)
+++ zope.testing/trunk/setup.py	2009-04-02 09:10:58 UTC (rev 98789)
@@ -79,7 +79,7 @@
 
 setup(
     name='zope.testing',
-    version='3.7.2dev',
+    version='3.8.0dev',
     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