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

Michael Howitz mh at gocept.com
Thu Aug 19 16:40:19 EDT 2010


Log message for revision 115814:
  Back to development: 0.10.1

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

-=-
Modified: z3c.profiler/trunk/CHANGES.txt
===================================================================
--- z3c.profiler/trunk/CHANGES.txt	2010-08-19 20:39:02 UTC (rev 115813)
+++ z3c.profiler/trunk/CHANGES.txt	2010-08-19 20:40:19 UTC (rev 115814)
@@ -2,6 +2,12 @@
 Changes
 =======
 
+0.10.1 (unreleased)
+-------------------
+
+- Nothing changed yet.
+
+
 0.10.0 (2010-08-19)
 -------------------
 

Modified: z3c.profiler/trunk/setup.py
===================================================================
--- z3c.profiler/trunk/setup.py	2010-08-19 20:39:02 UTC (rev 115813)
+++ z3c.profiler/trunk/setup.py	2010-08-19 20:40:19 UTC (rev 115814)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.10.0'
+version = '0.10.1dev'
 
 setup (
     name='z3c.profiler',



More information about the checkins mailing list