Skip to content

Commit

Permalink
v0.16.1 (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewler authored Nov 17, 2022
1 parent 598e2fd commit 38f5f17
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 38f5f17

Please sign in to comment.