[Checkins] SVN: zope.app.testing/trunk/ Preparing release 3.8.0

Michael Howitz mh at gocept.com
Tue Sep 14 11:03:56 EDT 2010


Log message for revision 116412:
  Preparing release 3.8.0

Changed:
  U   zope.app.testing/trunk/CHANGES.txt
  U   zope.app.testing/trunk/setup.py

-=-
Modified: zope.app.testing/trunk/CHANGES.txt
===================================================================
--- zope.app.testing/trunk/CHANGES.txt	2010-09-14 15:01:43 UTC (rev 116411)
+++ zope.app.testing/trunk/CHANGES.txt	2010-09-14 15:03:56 UTC (rev 116412)
@@ -2,15 +2,9 @@
 CHANGES
 =======
 
-3.7.7 (unreleased)
+3.8.0 (2010-09-14)
 ------------------
 
-- Nothing changed yet.
-
-
-3.7.6 (2010-09-14)
-------------------
-
 - Remove invalid HTTP_REFERER default. (We both don't want a default to allow
   others testing without a referer and 'localhost' is not a reasonable
   default anyway.) This improves the situation for #98437
@@ -23,6 +17,18 @@
   ``zope.securitypolicy``.
 
 
+3.7.7 (2010-09-14)
+------------------
+
+- Rereleasing 3.7.5 as 3.7.7 to fix brown bag release.
+
+
+3.7.6 (2010-09-14)
+------------------
+
+- Brown bag release: It broke the tests of ``zope.testbrowser``.
+
+
 3.7.5 (2010-04-10)
 ------------------
 

Modified: zope.app.testing/trunk/setup.py
===================================================================
--- zope.app.testing/trunk/setup.py	2010-09-14 15:01:43 UTC (rev 116411)
+++ zope.app.testing/trunk/setup.py	2010-09-14 15:03:56 UTC (rev 116412)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.testing',
-      version='3.7.7dev',
+      version='3.8.0',
       author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Application Testing Support',



More information about the checkins mailing list