[Checkins] SVN: zope.app.testing/trunk/ Back to development: 3.7.7

Michael Howitz mh at gocept.com
Tue Sep 14 10:46:30 EDT 2010


Log message for revision 116408:
  Back to development: 3.7.7

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 14:46:00 UTC (rev 116407)
+++ zope.app.testing/trunk/CHANGES.txt	2010-09-14 14:46:30 UTC (rev 116408)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+3.7.7 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 3.7.6 (2010-09-14)
 ------------------
 
@@ -13,7 +19,10 @@
 
 - Removed test dependency on ``zope.app.zptpage``.
 
+- Switched test dependency from ``zope.app.securitypolicy`` to
+  ``zope.securitypolicy``.
 
+
 3.7.5 (2010-04-10)
 ------------------
 

Modified: zope.app.testing/trunk/setup.py
===================================================================
--- zope.app.testing/trunk/setup.py	2010-09-14 14:46:00 UTC (rev 116407)
+++ zope.app.testing/trunk/setup.py	2010-09-14 14:46:30 UTC (rev 116408)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.testing',
-      version='3.7.6',
+      version='3.7.7dev',
       author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Application Testing Support',



More information about the checkins mailing list