[Checkins] SVN: z3c.testing/trunk/ Preparing release 0.3.2

Michael Howitz mh at gocept.com
Mon Aug 23 02:10:24 EDT 2010


Log message for revision 115864:
  Preparing release 0.3.2

Changed:
  U   z3c.testing/trunk/CHANGES.txt
  U   z3c.testing/trunk/setup.py

-=-
Modified: z3c.testing/trunk/CHANGES.txt
===================================================================
--- z3c.testing/trunk/CHANGES.txt	2010-08-23 06:10:16 UTC (rev 115863)
+++ z3c.testing/trunk/CHANGES.txt	2010-08-23 06:10:24 UTC (rev 115864)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-0.3.2 (unreleased)
+0.3.2 (2010-08-23)
 ------------------
 
 - Do some ``InterfaceBaseTest`` attributes to be able to write less code:

Modified: z3c.testing/trunk/setup.py
===================================================================
--- z3c.testing/trunk/setup.py	2010-08-23 06:10:16 UTC (rev 115863)
+++ z3c.testing/trunk/setup.py	2010-08-23 06:10:24 UTC (rev 115864)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='z3c.testing',
-      version = '0.3.2dev',
+      version='0.3.2',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='High-level Testing Support',



More information about the checkins mailing list