SVN: zope.testing/trunk/ Back to development: 3.8.6
Marius Gedminas <[email protected]>
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 106992:
Back to development: 3.8.6
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-12-23 06:22:50 UTC (rev 106991)
+++ zope.testing/trunk/CHANGES.txt 2009-12-23 06:24:13 UTC (rev 106992)
@@ -1,6 +1,12 @@
zope.testing Changelog
**********************
+3.8.6 (unreleased)
+==================
+
+- Nothing changed yet.
+
+
3.8.5 (2009-12-23)
==================
Modified: zope.testing/trunk/setup.py
===================================================================
--- zope.testing/trunk/setup.py 2009-12-23 06:22:50 UTC (rev 106991)
+++ zope.testing/trunk/setup.py 2009-12-23 06:24:13 UTC (rev 106992)
@@ -85,7 +85,7 @@
setup(
name='zope.testing',
- version = '3.8.5',
+ version = '3.8.6dev',
url='http://pypi.python.org/pypi/zope.testing',
license='ZPL 2.1',
description='Zope testing framework, including the testrunner script.',