[Checkins] SVN: zope.app.testing/trunk/ Bump version

Dan Korostelev nadako at gmail.com
Thu Mar 12 12:48:20 EDT 2009


Log message for revision 97999:
  Bump version

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	2009-03-12 16:47:50 UTC (rev 97998)
+++ zope.app.testing/trunk/CHANGES.txt	2009-03-12 16:48:20 UTC (rev 97999)
@@ -2,9 +2,14 @@
 CHANGES
 =======
 
-3.6.1 (unreleased)
+3.6.2 (unreleased)
 ------------------
 
+- ...
+
+3.6.1 (2009-03-12)
+------------------
+
 - Use ISkinnable.providedBy(request) instead of IBrowserRequest as condition
   for calling setDefaultSkin in HTTPCaller. This at the same time removes
   dependency to the browser part of zope.publisher.

Modified: zope.app.testing/trunk/setup.py
===================================================================
--- zope.app.testing/trunk/setup.py	2009-03-12 16:47:50 UTC (rev 97998)
+++ zope.app.testing/trunk/setup.py	2009-03-12 16:48:20 UTC (rev 97999)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.testing',
-      version = '3.6.1dev',
+      version = '3.6.2dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Application Testing Support',



More information about the Checkins mailing list