[Zope3-checkins] SVN: zope.testing/trunk/ Preparing release 3.8.1
Godefroid Chapelle
gotcha at bubblenet.be
Wed Aug 12 04:16:29 EDT 2009
Log message for revision 102697:
Preparing release 3.8.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 2009-08-12 07:23:42 UTC (rev 102696)
+++ zope.testing/trunk/CHANGES.txt 2009-08-12 08:16:29 UTC (rev 102697)
@@ -1,7 +1,7 @@
zope.testing Changelog
**********************
-3.8.1 (unreleased)
+3.8.1 (2009-08-12)
==================
- Avoid hardcoding sys.argv[0] as script;
Modified: zope.testing/trunk/setup.py
===================================================================
--- zope.testing/trunk/setup.py 2009-08-12 07:23:42 UTC (rev 102696)
+++ zope.testing/trunk/setup.py 2009-08-12 08:16:29 UTC (rev 102697)
@@ -80,7 +80,7 @@
setup(
name='zope.testing',
- version = '3.8.1dev',
+ version = '3.8.1',
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