Skip to content

Commit

Permalink
2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Mar 4, 2021
1 parent 1678066 commit 5b65ff3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@ Changelog

## master

[View commits](https://github.com/coleifer/huey/compare/2.3.0...HEAD)
[View commits](https://github.com/coleifer/huey/compare/2.3.1...HEAD)

## 2.3.1

* Add `SIGNAL_INTERRUPTED` to signal when a task is interrupted when a consumer
exits abruptly.
* Use the `Huey.create_consumer()` API within the Django management command, to
allow Django users to customize the creation of the `Consumer` instance.

[View commits](https://github.com/coleifer/huey/compare/2.3.0...2.3.1)

## 2.3.0

Expand Down
2 changes: 1 addition & 1 deletion huey/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = 'Charles Leifer'
__license__ = 'MIT'
__version__ = '2.3.0'
__version__ = '2.3.1'

from huey.api import BlackHoleHuey
from huey.api import Huey
Expand Down

0 comments on commit 5b65ff3

Please sign in to comment.