From 61f97c307da0ad6a4a69c85edcf90f38ab926723 Mon Sep 17 00:00:00 2001 From: Thomas Steinacher Date: Fri, 21 Jun 2024 10:15:03 -0500 Subject: [PATCH] Release v0.19.4 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62c498d..222f8c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## Version 0.19.4 + +* Log task processing in sync executor ([347](https://github.com/closeio/tasktiger/pull/347)) +* Test and Docstring improvements ([338](https://github.com/closeio/tasktiger/pull/338), [343](https://github.com/closeio/tasktiger/pull/343)) + ## Version 0.19.3 * Stop heartbeat thread in case of unhandled exceptions ([335](https://github.com/closeio/tasktiger/pull/335)) diff --git a/setup.py b/setup.py index bbd3fb6..0b54f36 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="tasktiger", - version="0.19.3", + version="0.19.4", url="http://github.com/closeio/tasktiger", license="MIT", description="Python task queue",