Skip to content

Commit

Permalink
release v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ghilesmeddour committed Dec 16, 2024
1 parent 2b90462 commit cf7cb79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Version 0.2.9 (2024-12-16)
- Set default Consumer context to multiprocessing (thanks @michaelrigart) #19

## Version 0.2.8 (2024-12-05)
- Add optional IPv6 support parameter (thanks @wangsrGit119) #18

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyfaktory"
version = "0.2.8"
version = "0.2.9"
description = "Faktory Client Python (Producer and Consumer/Worker)"
license = "MIT"
authors = ["Ghiles Meddour <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/pyfaktory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
from .producer import Producer
from .util.exceptions import *

__version__ = "0.2.8"
__version__ = "0.2.9"
__url__ = "https://github.com/ghilesmeddour/faktory_worker_python"

0 comments on commit cf7cb79

Please sign in to comment.