From b09aa10a2b3b3118b115b2514efba7553d68a842 Mon Sep 17 00:00:00 2001 From: Charles Leifer Date: Wed, 19 Dec 2018 09:49:35 -0600 Subject: [PATCH] 1.10.5 --- CHANGELOG.md | 10 +++++++++- huey/__init__.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a56d937f..ca42e8c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ------------------- diff --git a/huey/__init__.py b/huey/__init__.py index 8ec55607..0cbd3131 100644 --- a/huey/__init__.py +++ b/huey/__init__.py @@ -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