[Checkins] SVN: zope.app.testing/branches/3.4/ Preparing release 3.4.5

Marius Gedminas marius at pov.lt
Fri Mar 26 13:03:34 EDT 2010


Log message for revision 110211:
  Preparing release 3.4.5

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:01:02 UTC (rev 110210)
+++ zope.app.testing/branches/3.4/CHANGES.txt	2010-03-26 17:03:34 UTC (rev 110211)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.4.5 (unreleased)
+3.4.5 (2010-03-26)
 ------------------
 
 - Use doctest instead of deprecated zope.testing.doctest.

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



More information about the checkins mailing list