[Checkins] SVN: z3c.rest/trunk/ Prepare to release z3c.rest 0.2.4.

Marius Gedminas marius at pov.lt
Thu Sep 4 16:00:05 EDT 2008


Log message for revision 90828:
  Prepare to release z3c.rest 0.2.4.
  
  

Changed:
  U   z3c.rest/trunk/CHANGES.txt
  U   z3c.rest/trunk/setup.py

-=-
Modified: z3c.rest/trunk/CHANGES.txt
===================================================================
--- z3c.rest/trunk/CHANGES.txt	2008-09-04 19:48:01 UTC (rev 90827)
+++ z3c.rest/trunk/CHANGES.txt	2008-09-04 20:00:05 UTC (rev 90828)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-0.2.4 (unreleased)
+0.2.4 (2008-09-04)
 ------------------
 
 - RESTClient() now correctly interprets https:// URLs.

Modified: z3c.rest/trunk/setup.py
===================================================================
--- z3c.rest/trunk/setup.py	2008-09-04 19:48:01 UTC (rev 90827)
+++ z3c.rest/trunk/setup.py	2008-09-04 20:00:05 UTC (rev 90828)
@@ -31,7 +31,7 @@
 
 setup (
     name='z3c.rest',
-    version='0.2.4dev',
+    version='0.2.4',
     author = "Stephan Richter and the Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "A REST Framework for Zope 3 Applications",



More information about the Checkins mailing list