[Checkins] SVN: z3c.profiler/trunk/ Preparing release 0.6.0

Michael Howitz mh at gocept.com
Thu Feb 19 14:55:18 EST 2009


Log message for revision 96793:
  Preparing release 0.6.0

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

-=-
Modified: z3c.profiler/trunk/CHANGES.txt
===================================================================
--- z3c.profiler/trunk/CHANGES.txt	2009-02-19 19:54:53 UTC (rev 96792)
+++ z3c.profiler/trunk/CHANGES.txt	2009-02-19 19:55:17 UTC (rev 96793)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-0.6.0 (unreleased)
+0.6.0 (2009-02-19)
 ------------------
 
 - No longer used deprecated z3c.layer.

Modified: z3c.profiler/trunk/setup.py
===================================================================
--- z3c.profiler/trunk/setup.py	2009-02-19 19:54:53 UTC (rev 96792)
+++ z3c.profiler/trunk/setup.py	2009-02-19 19:55:17 UTC (rev 96793)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.5.2dev'
+version = '0.6.0'
 
 setup (
     name='z3c.profiler',



More information about the Checkins mailing list