[Checkins] SVN: zope.testing/trunk/ Bump version number.

Christian Theune ct at gocept.com
Thu Jul 2 09:52:01 EDT 2009


Log message for revision 101395:
  Bump version number.
  

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

-=-
Modified: zope.testing/trunk/CHANGES.txt
===================================================================
--- zope.testing/trunk/CHANGES.txt	2009-07-02 13:49:50 UTC (rev 101394)
+++ zope.testing/trunk/CHANGES.txt	2009-07-02 13:52:01 UTC (rev 101395)
@@ -1,6 +1,11 @@
 zope.testing Changelog
 **********************
 
+3.7.7 (unreleased)
+==================
+
+- ...
+
 3.7.6 (2009-07-02)
 ==================
 

Modified: zope.testing/trunk/setup.py
===================================================================
--- zope.testing/trunk/setup.py	2009-07-02 13:49:50 UTC (rev 101394)
+++ zope.testing/trunk/setup.py	2009-07-02 13:52:01 UTC (rev 101395)
@@ -80,7 +80,7 @@
 
 setup(
     name='zope.testing',
-    version = '3.7.6dev',
+    version = '3.7.7dev',
     url='http://pypi.python.org/pypi/zope.testing',
     license='ZPL 2.1',
     description='Zope testing framework, including the testrunner script.',



More information about the Checkins mailing list