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

Michael Howitz mh at gocept.com
Fri Jun 19 14:58:29 EDT 2009


Log message for revision 101144:
  Back to development: 0.8.1dev

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-06-19 18:58:10 UTC (rev 101143)
+++ z3c.profiler/trunk/CHANGES.txt	2009-06-19 18:58:28 UTC (rev 101144)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+0.8.1 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 0.8.0 (2009-06-19)
 ------------------
 

Modified: z3c.profiler/trunk/setup.py
===================================================================
--- z3c.profiler/trunk/setup.py	2009-06-19 18:58:10 UTC (rev 101143)
+++ z3c.profiler/trunk/setup.py	2009-06-19 18:58:28 UTC (rev 101144)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.8.0'
+version = '0.8.1dev'
 
 setup (
     name='z3c.profiler',



More information about the Checkins mailing list