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

Michael Howitz mh at gocept.com
Sat Dec 26 08:28:53 EST 2009


Log message for revision 107087:
  Back to development: 0.9.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	2009-12-26 13:28:24 UTC (rev 107086)
+++ z3c.profiler/trunk/CHANGES.txt	2009-12-26 13:28:52 UTC (rev 107087)
@@ -2,6 +2,12 @@
 Changes
 =======
 
+0.9.1 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 0.9.0 (2009-12-26)
 ------------------
 

Modified: z3c.profiler/trunk/setup.py
===================================================================
--- z3c.profiler/trunk/setup.py	2009-12-26 13:28:24 UTC (rev 107086)
+++ z3c.profiler/trunk/setup.py	2009-12-26 13:28:52 UTC (rev 107087)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.9.0'
+version = '0.9.1dev'
 
 setup (
     name='z3c.profiler',



More information about the checkins mailing list