Skip to content

Commit

Permalink
1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Dec 19, 2018
1 parent a981bb2 commit b09aa10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ Changelog
master
------

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

v1.10.5
-------

[View commits](https://github.com/coleifer/huey/compare/1.10.4...1.10.5)

* Compatibility with redis-py 3.0, updated requirements / dependencies.
* Add pre-/post- hooks into the djhuey namespace.

v1.10.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__ = '1.10.4'
__version__ = '1.10.5'

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

0 comments on commit b09aa10

Please sign in to comment.