Skip to content
This repository has been archived by the owner on Feb 12, 2020. It is now read-only.

Commit

Permalink
Preparing release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gotcha committed Nov 12, 2012
1 parent eb7e8f8 commit 00dfc50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/HISTORY.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 00dfc50

Please sign in to comment.