[Checkins] SVN: z3c.profiler/trunk/ Preparing release 0.10.0
    Michael Howitz 
    mh at gocept.com
       
    Thu Aug 19 16:38:46 EDT 2010
    
    
  
Log message for revision 115812:
  Preparing release 0.10.0
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:30:44 UTC (rev 115811)
+++ z3c.profiler/trunk/CHANGES.txt	2010-08-19 20:38:45 UTC (rev 115812)
@@ -2,8 +2,8 @@
 Changes
 =======
 
-0.9.1 (unreleased)
-------------------
+0.10.0 (2010-08-19)
+-------------------
 
 - Using python's ``doctest`` module instead of deprecated
   ``zope.testing.doctest``.
Modified: z3c.profiler/trunk/setup.py
===================================================================
--- z3c.profiler/trunk/setup.py	2010-08-19 20:30:44 UTC (rev 115811)
+++ z3c.profiler/trunk/setup.py	2010-08-19 20:38:45 UTC (rev 115812)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.9.1dev'
+version = '0.10.0'
 
 setup (
     name='z3c.profiler',
    
    
More information about the checkins
mailing list