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

Michael Howitz mh at gocept.com
Sun Apr 5 16:16:01 EDT 2009


Log message for revision 98897:
  Preparing release 0.7.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-04-05 20:15:20 UTC (rev 98896)
+++ z3c.profiler/trunk/CHANGES.txt	2009-04-05 20:16:01 UTC (rev 98897)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-0.7.1 (unreleased)
+0.7.1 (2009-04-05)
 ------------------
 
 - Removed unnecessary dependencies on ``zope.app.twisted`` and

Modified: z3c.profiler/trunk/setup.py
===================================================================
--- z3c.profiler/trunk/setup.py	2009-04-05 20:15:20 UTC (rev 98896)
+++ z3c.profiler/trunk/setup.py	2009-04-05 20:16:01 UTC (rev 98897)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.7.1 dev'
+version = '0.7.1'
 
 setup (
     name='z3c.profiler',



More information about the Checkins mailing list