[Checkins] SVN: Sandbox/gotcha/z3c.taskqueue/trunk/ Preparing release 0.1-alpha-4

Jean-Francois Roche jfroche at jfroche.be
Mon May 16 09:18:16 EDT 2011


Log message for revision 121673:
  Preparing release 0.1-alpha-4

Changed:
  U   Sandbox/gotcha/z3c.taskqueue/trunk/docs/HISTORY.txt
  U   Sandbox/gotcha/z3c.taskqueue/trunk/setup.py

-=-
Modified: Sandbox/gotcha/z3c.taskqueue/trunk/docs/HISTORY.txt
===================================================================
--- Sandbox/gotcha/z3c.taskqueue/trunk/docs/HISTORY.txt	2011-05-16 13:11:02 UTC (rev 121672)
+++ Sandbox/gotcha/z3c.taskqueue/trunk/docs/HISTORY.txt	2011-05-16 13:18:15 UTC (rev 121673)
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-0.1-alpha-4 (unreleased)
+0.1-alpha-4 (2011-05-16)
 ------------------------
 
 - Avoid thread to stop if there is an error in processNext

Modified: Sandbox/gotcha/z3c.taskqueue/trunk/setup.py
===================================================================
--- Sandbox/gotcha/z3c.taskqueue/trunk/setup.py	2011-05-16 13:11:02 UTC (rev 121672)
+++ Sandbox/gotcha/z3c.taskqueue/trunk/setup.py	2011-05-16 13:18:15 UTC (rev 121673)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '0.1-alpha-4dev'
+version = '0.1-alpha-4'
 
 setup(name='z3c.taskqueue',
       version=version,



More information about the checkins mailing list