[Checkins] SVN: z3c.profiler/trunk/ Back to development: 0.6.1 dev

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


Log message for revision 96795:
  Back to development: 0.6.1 dev

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:55:28 UTC (rev 96794)
+++ z3c.profiler/trunk/CHANGES.txt	2009-02-19 19:55:52 UTC (rev 96795)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+0.6.1 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 0.6.0 (2009-02-19)
 ------------------
 

Modified: z3c.profiler/trunk/setup.py
===================================================================
--- z3c.profiler/trunk/setup.py	2009-02-19 19:55:28 UTC (rev 96794)
+++ z3c.profiler/trunk/setup.py	2009-02-19 19:55:52 UTC (rev 96795)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.6.0'
+version = '0.6.1 dev'
 
 setup (
     name='z3c.profiler',



More information about the Checkins mailing list