SVN: zope.testing/trunk/ bump version; add release date for last tag
Benji York <[email protected]>
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <20090501124929.B97B8941B1__20192.1888314702$1241182182$gmane$org@cvs.zope.org> |
Log message for revision 99642:
bump version; add release date for last tag
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-05-01 12:47:36 UTC (rev 99641)
+++ zope.testing/trunk/CHANGES.txt 2009-05-01 12:49:29 UTC (rev 99642)
@@ -1,7 +1,7 @@
zope.testing Changelog
**********************
-3.7.4 (unreleased)
+3.7.4 (2009-05-01)
==================
- Filenames of doctest examples now contain the line number and not
Modified: zope.testing/trunk/setup.py
===================================================================
--- zope.testing/trunk/setup.py 2009-05-01 12:47:36 UTC (rev 99641)
+++ zope.testing/trunk/setup.py 2009-05-01 12:49:29 UTC (rev 99642)
@@ -79,7 +79,7 @@
setup(
name='zope.testing',
- version='3.7.4dev',
+ version='3.7.5dev',
url='http://pypi.python.org/pypi/zope.testing',
license='ZPL 2.1',
description='Zope testing framework, including the testrunner script.',