[Checkins] SVN: Sandbox/gotcha/z3c.taskqueue/trunk/ Preparing release 0.2.0

Godefroid Chapelle cvs-admin at zope.org
Mon Nov 12 15:59:14 UTC 2012


Log message for revision 128247:
  Preparing release 0.2.0

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	2012-11-12 15:49:04 UTC (rev 128246)
+++ Sandbox/gotcha/z3c.taskqueue/trunk/docs/HISTORY.txt	2012-11-12 15:59:14 UTC (rev 128247)
@@ -1,28 +1,28 @@
 Changelog
 =========
 
-0.1-alpha-5 (unreleased)
-------------------------
+0.2.0 (2012-11-12)
+------------------
 
-- Nothing changed yet.
+- Simplify start service code; get rid of start * services 
 
 
 0.1-alpha-4 (2011-05-16)
 ------------------------
 
-- Avoid thread to stop if there is an error in processNext
+- Avoid thread to stop if there is an error in `processNext`.
 
 
 0.1-alpha-3 (2010-11-19)
 ------------------------
 
-- Fix : service.processNext would not reset CronJob runCount
+- Fix : `service.processNext` would not reset CronJob runCount.
 
 
 0.1-alpha-2 (2010-10-19)
 ------------------------
 
-- Removed use of _p_jar
+- Removed use of `_p_jar`
 
 
 0.1-alpha-1 (2010-09-27)

Modified: Sandbox/gotcha/z3c.taskqueue/trunk/setup.py
===================================================================
--- Sandbox/gotcha/z3c.taskqueue/trunk/setup.py	2012-11-12 15:49:04 UTC (rev 128246)
+++ Sandbox/gotcha/z3c.taskqueue/trunk/setup.py	2012-11-12 15:59:14 UTC (rev 128247)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '0.1-alpha-5dev'
+version = '0.2.0'
 
 setup(name='z3c.taskqueue',
       version=version,



More information about the checkins mailing list