[Checkins] SVN: z3c.metrics/trunk/ Preparing release 0.2

Michael Howitz mh at gocept.com
Thu Jul 22 02:58:18 EDT 2010


Log message for revision 114914:
  Preparing release 0.2

Changed:
  U   z3c.metrics/trunk/docs/HISTORY.txt
  U   z3c.metrics/trunk/setup.py

-=-
Modified: z3c.metrics/trunk/docs/HISTORY.txt
===================================================================
--- z3c.metrics/trunk/docs/HISTORY.txt	2010-07-22 06:57:17 UTC (rev 114913)
+++ z3c.metrics/trunk/docs/HISTORY.txt	2010-07-22 06:58:18 UTC (rev 114914)
@@ -2,7 +2,7 @@
  Changelog
 ===========
 
-0.2 (unreleased)
+0.2 (2010-07-22)
 ================
 
 * Fixed imports and tests to run with current Zope packages.

Modified: z3c.metrics/trunk/setup.py
===================================================================
--- z3c.metrics/trunk/setup.py	2010-07-22 06:57:17 UTC (rev 114913)
+++ z3c.metrics/trunk/setup.py	2010-07-22 06:58:18 UTC (rev 114914)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '0.1'
+version = '0.2'
 
 setup(name='z3c.metrics',
       version=version,



More information about the checkins mailing list