SVN: zope.testing/trunk/ Preparing release 3.9.1
Marius Gedminas <[email protected]> Sun, 14 Mar 2010 18:04:18 -0400 (EDT)
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 109964:
Preparing release 3.9.1
Changed:
U zope.testing/trunk/CHANGES.txt
U zope.testing/trunk/setup.py
-=-
Modified: zope.testing/trunk/CHANGES.txt
===================================================================
--- zope.testing/trunk/CHANGES.txt 2010-03-14 14:49:37 UTC (rev 109963)
+++ zope.testing/trunk/CHANGES.txt 2010-03-14 22:04:18 UTC (rev 109964)
@@ -1,10 +1,10 @@
zope.testing Changelog
**********************
-3.9.1 (Unreleased)
+3.9.1 (2010-03-15)
==================
-- ...
+- No changes; reuploaded to fix broken 3.9.0 release on PyPI.
3.9.0 (2010-03-12)
Modified: zope.testing/trunk/setup.py
===================================================================
--- zope.testing/trunk/setup.py 2010-03-14 14:49:37 UTC (rev 109963)
+++ zope.testing/trunk/setup.py 2010-03-14 22:04:18 UTC (rev 109964)
@@ -85,7 +85,7 @@
setup(
name='zope.testing',
- version = '3.9.1dev',
+ version = '3.9.1',
url='http://pypi.python.org/pypi/zope.testing',
license='ZPL 2.1',
description='Zope testing framework, including the testrunner script.',