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

Michael Howitz mh at gocept.com
Sun Apr 5 16:16:30 EDT 2009


Log message for revision 98899:
  Back to development: 0.7.2dev

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-04-05 20:16:11 UTC (rev 98898)
+++ z3c.profiler/trunk/CHANGES.txt	2009-04-05 20:16:30 UTC (rev 98899)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+0.7.2 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 0.7.1 (2009-04-05)
 ------------------
 

Modified: z3c.profiler/trunk/setup.py
===================================================================
--- z3c.profiler/trunk/setup.py	2009-04-05 20:16:11 UTC (rev 98898)
+++ z3c.profiler/trunk/setup.py	2009-04-05 20:16:30 UTC (rev 98899)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.7.1'
+version = '0.7.2dev'
 
 setup (
     name='z3c.profiler',



More information about the Checkins mailing list