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",