We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2f795 commit 7a2a8e0Copy full SHA for 7a2a8e0
CHANGELOG.md
@@ -3,7 +3,14 @@ Changelog
3
4
## master
5
6
-[View commits](https://github.com/coleifer/huey/compare/2.5.3...HEAD)
+[View commits](https://github.com/coleifer/huey/compare/2.5.4...HEAD)
7
+
8
+## 2.5.4
9
10
+* Minor bug fixes
11
+* Fix multiprocessing start method for python 3.14+.
12
13
+[View commits](https://github.com/coleifer/huey/compare/2.5.3...2.5.4)
14
15
## 2.5.3
16
huey/__init__.py
@@ -1,6 +1,6 @@
1
__author__ = 'Charles Leifer'
2
__license__ = 'MIT'
-__version__ = '2.5.3'
+__version__ = '2.5.4'
from huey.api import BlackHoleHuey
from huey.api import Huey
0 commit comments