[Checkins] SVN: zope.app.testing/branches/3.4/ Back to development: 3.4.6

Marius Gedminas marius at pov.lt
Fri Mar 26 13:04:20 EDT 2010


Log message for revision 110213:
  Back to development: 3.4.6

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

-=-
Modified: zope.app.testing/branches/3.4/CHANGES.txt
===================================================================
--- zope.app.testing/branches/3.4/CHANGES.txt	2010-03-26 17:03:52 UTC (rev 110212)
+++ zope.app.testing/branches/3.4/CHANGES.txt	2010-03-26 17:04:19 UTC (rev 110213)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+3.4.6 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 3.4.5 (2010-03-26)
 ------------------
 

Modified: zope.app.testing/branches/3.4/setup.py
===================================================================
--- zope.app.testing/branches/3.4/setup.py	2010-03-26 17:03:52 UTC (rev 110212)
+++ zope.app.testing/branches/3.4/setup.py	2010-03-26 17:04:19 UTC (rev 110213)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.testing',
-      version = '3.4.5',
+      version = '3.4.6dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope Application Testing Support',



More information about the checkins mailing list