Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
ghilesmeddour committed Aug 28, 2024
1 parent 9c20f7f commit 7bab206
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.4 (2024-08-28)
- Fix queue Pause and Resume (thanks @wangsrGit119)

## Version 0.2.3 (2024-01-25)
- Enable TCP Keep-Alives (thanks @TurtleSRE)
- Add MIT license
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.3"
version = "0.2.4"
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.3"
__version__ = "0.2.4"
__url__ = "https://github.com/ghilesmeddour/faktory_worker_python"

0 comments on commit 7bab206

Please sign in to comment.