diff --git a/CHANGELOG.md b/CHANGELOG.md index a42b28e0..d5c20b82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Version 0.16.1 + +### Other changes + +* Add function name to tasktiger done log messages ([203](https://github.com/closeio/tasktiger/pull/203)) +* Add task args / kwargs to the task_error log statement ([215](https://github.com/closeio/tasktiger/pull/215)) +* Fix `hard_timeout` in parent process when stored on task function ([235](https://github.com/closeio/tasktiger/pull/235)) + ## Version 0.16 ### Other changes diff --git a/setup.py b/setup.py index 730fa21b..1abd3a8f 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="tasktiger", - version="0.16", + version="0.16.1", url="http://github.com/closeio/tasktiger", license="MIT", description="Python task queue",