[Checkins] SVN: zope.testrecorder/trunk/ Prep 0.4 release.

Tres Seaver tseaver at palladion.com
Wed Apr 14 23:07:07 EDT 2010


Log message for revision 110924:
  Prep 0.4 release.

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

-=-
Modified: zope.testrecorder/trunk/CHANGES.txt
===================================================================
--- zope.testrecorder/trunk/CHANGES.txt	2010-04-15 03:06:17 UTC (rev 110923)
+++ zope.testrecorder/trunk/CHANGES.txt	2010-04-15 03:07:07 UTC (rev 110924)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-0.4 (unreleased)
+0.4 (2010-04-14)
 ----------------
 
 - LP #98368:  Ensure that Zope2 helper's ``index_html`` method has a

Modified: zope.testrecorder/trunk/setup.py
===================================================================
--- zope.testrecorder/trunk/setup.py	2010-04-15 03:06:17 UTC (rev 110923)
+++ zope.testrecorder/trunk/setup.py	2010-04-15 03:07:07 UTC (rev 110924)
@@ -17,8 +17,6 @@
 # Zope Toolkit policies as described by this documentation.
 ##############################################################################
 """Setup for zope.testrecorder package
-
-$Id$
 """
 import os
 try:
@@ -30,7 +28,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.testrecorder',
-      version='0.4dev',
+      version='0.4',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Test recorder for functional tests',



More information about the checkins mailing list