[Checkins] SVN: z3c.profiler/trunk/ Preparing release 0.8.1

Michael Howitz mh at gocept.com
Sat Dec 26 06:11:14 EST 2009


Log message for revision 107078:
  Preparing release 0.8.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 11:09:09 UTC (rev 107077)
+++ z3c.profiler/trunk/CHANGES.txt	2009-12-26 11:11:14 UTC (rev 107078)
@@ -2,7 +2,7 @@
 Changes
 =======
 
-0.8.1 (unreleased)
+0.8.1 (2009-12-26)
 ------------------
 
 - Fixed processing profile data for display in web UI, so the data is

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



More information about the checkins mailing list