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

Michael Howitz mh at gocept.com
Sat Mar 14 05:25:26 EDT 2009


Log message for revision 98085:
  Back to development: 0.7.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-03-14 09:25:05 UTC (rev 98084)
+++ z3c.profiler/trunk/CHANGES.txt	2009-03-14 09:25:25 UTC (rev 98085)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+0.7.1 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 0.7.0 (2009-03-14)
 ------------------
 

Modified: z3c.profiler/trunk/setup.py
===================================================================
--- z3c.profiler/trunk/setup.py	2009-03-14 09:25:05 UTC (rev 98084)
+++ z3c.profiler/trunk/setup.py	2009-03-14 09:25:25 UTC (rev 98085)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.7.0'
+version = '0.7.1 dev'
 
 setup (
     name='z3c.profiler',



More information about the Checkins mailing list