From 143796532a1a7e0c6663c2c649c502e206756f4d Mon Sep 17 00:00:00 2001 From: Charles Leifer Date: Thu, 9 Feb 2023 08:35:17 -0600 Subject: [PATCH] 2.4.5 --- CHANGELOG.md | 9 ++++++++- huey/__init__.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d6bc106..4eb14ebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/huey/__init__.py b/huey/__init__.py index 8fba06bd..4eec6485 100644 --- a/huey/__init__.py +++ b/huey/__init__.py @@ -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