Skip to content

Commit

Permalink
release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghilesmeddour committed Nov 15, 2021
1 parent 00426e6 commit fd9e42b
Show file tree
Hide file tree
Showing 4 changed files with 6 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.1.1 (2021-11-15)
- Add Sentry exception capture

## Version 0.1.0 (2021-09-11)
- 🎉 first release!

Expand Down
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# TODO

- [x] Add Sentry support
- [ ] Add BATCH support
- [ ] Add middleware support
- [ ] Add more unit tests
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pyfaktory",
version="0.1.0",
version="0.1.1",
author="Ghiles Meddour",
author_email="[email protected]",
description="Faktory Client Python (Producer and Consumer/Worker)",
Expand Down
2 changes: 1 addition & 1 deletion src/pyfaktory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from .producer import Producer
from .util.exceptions import *

__version__ = "0.1.0"
__version__ = "0.1.1"
__url__ = "https://github.com/ghilesmeddour/faktory_worker_python"

0 comments on commit fd9e42b

Please sign in to comment.