Skip to content

Commit

Permalink
bump version to 0.19.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRosenbaum committed Jun 25, 2024
1 parent 563aeb5 commit 1f51bd7
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.5

* First version using the automated-release process

## Version 0.19.4

* Log task processing in sync executor ([347](https://github.com/closeio/tasktiger/pull/347))
Expand Down
2 changes: 1 addition & 1 deletion tasktiger/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .tasktiger import TaskTiger, run_worker
from .worker import Worker

__version__ = "0.19.4"
__version__ = "0.19.5"
__all__ = [
"TaskTiger",
"Worker",
Expand Down

0 comments on commit 1f51bd7

Please sign in to comment.