Skip to content

Commit

Permalink
Release v0.19.3 (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasst authored Apr 25, 2024
1 parent 7b5bf71 commit d6291dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 0.19.3

* Stop heartbeat thread in case of unhandled exceptions ([335](https://github.com/closeio/tasktiger/pull/335))

## Version 0.19.2

* Heartbeat threading-related fixes with synchronous worker ([333](https://github.com/closeio/tasktiger/pull/333))
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.19.2",
version="0.19.3",
url="http://github.com/closeio/tasktiger",
license="MIT",
description="Python task queue",
Expand Down

0 comments on commit d6291dd

Please sign in to comment.