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

Michael Howitz mh at gocept.com
Sat Dec 26 06:12:39 EST 2009


Log message for revision 107080:
  Back to development: 0.8.2

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 11:11:35 UTC (rev 107079)
+++ z3c.profiler/trunk/CHANGES.txt	2009-12-26 11:12:39 UTC (rev 107080)
@@ -2,6 +2,12 @@
 Changes
 =======
 
+0.8.2 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 0.8.1 (2009-12-26)
 ------------------
 

Modified: z3c.profiler/trunk/setup.py
===================================================================
--- z3c.profiler/trunk/setup.py	2009-12-26 11:11:35 UTC (rev 107079)
+++ z3c.profiler/trunk/setup.py	2009-12-26 11:12:39 UTC (rev 107080)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.8.1'
+version = '0.8.2dev'
 
 setup (
     name='z3c.profiler',



More information about the checkins mailing list