[Checkins] SVN: z3c.etestbrowser/trunk/ Preparing release 1.5.0

Michael Howitz mh at gocept.com
Sun Aug 22 08:15:30 EDT 2010


Log message for revision 115852:
  Preparing release 1.5.0

Changed:
  U   z3c.etestbrowser/trunk/CHANGES.txt
  U   z3c.etestbrowser/trunk/setup.py

-=-
Modified: z3c.etestbrowser/trunk/CHANGES.txt
===================================================================
--- z3c.etestbrowser/trunk/CHANGES.txt	2010-08-22 12:14:03 UTC (rev 115851)
+++ z3c.etestbrowser/trunk/CHANGES.txt	2010-08-22 12:15:30 UTC (rev 115852)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-1.4.1 (unreleased)
+1.5.0 (2010-08-22)
 ==================
 
 - Added ``z3c.etestbrowser.wsgi.ExtendedTestBrowser``, a variant that can be

Modified: z3c.etestbrowser/trunk/setup.py
===================================================================
--- z3c.etestbrowser/trunk/setup.py	2010-08-22 12:14:03 UTC (rev 115851)
+++ z3c.etestbrowser/trunk/setup.py	2010-08-22 12:15:30 UTC (rev 115852)
@@ -20,7 +20,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='z3c.etestbrowser',
-      version = '1.4.1dev',
+      version='1.5.0',
       author='Christian Theune',
       author_email='ct at gocept.com',
       description='Extensions for zope.testbrowser',



More information about the checkins mailing list