Skip to content

Commit

Permalink
release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghilesmeddour committed Sep 11, 2021
1 parent 33afa20 commit 3cf44cd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
## Version 0.1.0 (2021-09-11)
- 🎉 first release!

## Version 0.0.0 (2021-09-05)
- 📦 draft package
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Faktory Client Python ~~faktory_worker_python~~

🚧 **Work In Progress..**

🔴 **Don't use in production**

⚠️ **Will be ready in the very next few days**

This repository provides Python Client (Consumer and Producer) for the [Faktory](https://github.com/contribsys/faktory/) background job server.

```
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.0.0",
version="0.1.0",
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.0.0"
__version__ = "0.1.0"
__url__ = "https://github.com/ghilesmeddour/faktory_worker_python"

0 comments on commit 3cf44cd

Please sign in to comment.