Skip to content

Commit

Permalink
v0.17.1 (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
neob91-close authored Mar 2, 2023
1 parent 93d326d commit 0ac6ceb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Version 0.17.1

### Other changes

* Add 'task_func' to logging processor ([265](https://github.com/closeio/tasktiger/pull/265))
* Deprecate Flask-Script integration ([260](https://github.com/closeio/tasktiger/pull/260))

## Version 0.17.0

### ⚠️ Breaking 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.17.0",
version="0.17.1",
url="http://github.com/closeio/tasktiger",
license="MIT",
description="Python task queue",
Expand Down

0 comments on commit 0ac6ceb

Please sign in to comment.