Skip to content

Commit

Permalink
2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Feb 9, 2023
1 parent 7eed759 commit 1437965
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ Changelog

## master

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

## 2.4.5

Improves propagation of errors in task results and includes fix for newer
versions of pip.

[View commits](https://github.com/coleifer/huey/compare/2.4.4...2.4.5)

## 2.4.4

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.4.4'
__version__ = '2.4.5'

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

0 comments on commit 1437965

Please sign in to comment.