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

Roger Ineichen roger at projekt01.ch
Mon Jan 21 02:52:56 EST 2008


Log message for revision 83026:
  prepare for release

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

-=-
Modified: z3c.jsonrpc/trunk/CHANGES.txt
===================================================================
--- z3c.jsonrpc/trunk/CHANGES.txt	2008-01-21 07:50:55 UTC (rev 83025)
+++ z3c.jsonrpc/trunk/CHANGES.txt	2008-01-21 07:52:56 UTC (rev 83026)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-Version 0.5.0 (unreleased)
--------------------------
+0.5.0 (2007-01-21)
+------------------
 
 - Initial Release

Modified: z3c.jsonrpc/trunk/buildout.cfg
===================================================================
--- z3c.jsonrpc/trunk/buildout.cfg	2008-01-21 07:50:55 UTC (rev 83025)
+++ z3c.jsonrpc/trunk/buildout.cfg	2008-01-21 07:52:56 UTC (rev 83026)
@@ -1,8 +1,7 @@
 [buildout]
 develop = .
-          externals/z3c.json
-          externals/lovely.recipe
 parts = test checker coverage
+find-links = http://pypi.python.org/simple/z3c.json/
 
 [test]
 recipe = zc.recipe.testrunner

Modified: z3c.jsonrpc/trunk/setup.py
===================================================================
--- z3c.jsonrpc/trunk/setup.py	2008-01-21 07:50:55 UTC (rev 83025)
+++ z3c.jsonrpc/trunk/setup.py	2008-01-21 07:52:56 UTC (rev 83026)
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.jsonrpc',
-    version='0.5.0dev',
+    version='0.5.0',
     author = "Roger Ineichen and the Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "JSON RPC server and client implementation for Zope3",



More information about the Checkins mailing list