[Checkins] SVN: z3c.proxy/trunk/ prepare for release

Roger Ineichen roger at projekt01.ch
Sat Apr 12 15:46:40 EDT 2008


Log message for revision 85284:
  prepare for release

Changed:
  U   z3c.proxy/trunk/CHANGES.txt
  U   z3c.proxy/trunk/buildout.cfg
  U   z3c.proxy/trunk/setup.py

-=-
Modified: z3c.proxy/trunk/CHANGES.txt
===================================================================
--- z3c.proxy/trunk/CHANGES.txt	2008-04-12 19:41:08 UTC (rev 85283)
+++ z3c.proxy/trunk/CHANGES.txt	2008-04-12 19:46:39 UTC (rev 85284)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-Unreleased
-----------
+Version 0.5.0 (2008-04-12)
+--------------------------
 
 - Initial Release

Modified: z3c.proxy/trunk/buildout.cfg
===================================================================
--- z3c.proxy/trunk/buildout.cfg	2008-04-12 19:41:08 UTC (rev 85283)
+++ z3c.proxy/trunk/buildout.cfg	2008-04-12 19:46:39 UTC (rev 85284)
@@ -1,6 +1,6 @@
 [buildout]
 develop = . 
-parts = test checker coverage
+parts = test checker coverage-test coverage-report
 
 [test]
 recipe = zc.recipe.testrunner
@@ -10,6 +10,15 @@
 recipe = lovely.recipe:importchecker
 path = src/z3c/proxy
 
-[coverage]
+
+[coverage-test]
+recipe = zc.recipe.testrunner
+eggs = z3c.proxy [test]
+defaults = ['--coverage', '../../coverage']
+
+
+[coverage-report]
 recipe = zc.recipe.egg
 eggs = z3c.coverage
+scripts = coverage=coverage-report
+arguments = ('coverage', 'coverage/report')

Modified: z3c.proxy/trunk/setup.py
===================================================================
--- z3c.proxy/trunk/setup.py	2008-04-12 19:41:08 UTC (rev 85283)
+++ z3c.proxy/trunk/setup.py	2008-04-12 19:46:39 UTC (rev 85284)
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.proxy',
-    version='0.5.0dev',
+    version='0.5.0',
     author = "Roger Ineichen, Stephan Richter and the Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "Container proxy implementation for Zope3",



More information about the Checkins mailing list