From 88be8f66e1ce965dfd4dc7e2f3f910c3896e3ddd Mon Sep 17 00:00:00 2001 From: Thomas Steinacher Date: Mon, 4 Mar 2024 15:49:18 -0600 Subject: [PATCH] Release v0.19 --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a080a6..b00768a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Version 0.19 + +* Adding synchronous (non-forking) executor ([319](https://github.com/closeio/tasktiger/pull/319), [320](https://github.com/closeio/tasktiger/pull/320)) +* If possible, retry tasks that fail with "execution not found" ([323](https://github.com/closeio/tasktiger/pull/323)) +* Option to exit TaskTiger after a certain amount of time ([324](https://github.com/closeio/tasktiger/pull/324)) + ## Version 0.18.2 * Purge errored tasks even if task object is not found ([310](https://github.com/closeio/tasktiger/pull/310)) diff --git a/setup.py b/setup.py index a3c7264..7d1b370 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="tasktiger", - version="0.18.2", + version="0.19", url="http://github.com/closeio/tasktiger", license="MIT", description="Python task queue",