From da92a5c303d499b7019d729d55b2698385bc570b Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 30 Jun 2023 22:04:08 +0000 Subject: [PATCH] 1.4.0 Automatically generated by python-semantic-release --- docs/gitbook/python/changelog.md | 7 +++++++ python/bullmq/__init__.py | 2 +- python/pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/gitbook/python/changelog.md b/docs/gitbook/python/changelog.md index 247efbc73f..a591d81fc1 100644 --- a/docs/gitbook/python/changelog.md +++ b/docs/gitbook/python/changelog.md @@ -2,6 +2,13 @@ +## v1.4.0 (2023-06-30) +### Feature +* **python:** Add getJobState queue method ([#2040](https://github.com/taskforcesh/bullmq/issues/2040)) ([`8ec9ed6`](https://github.com/taskforcesh/bullmq/commit/8ec9ed67d2803224a3b866c51f67239a5c4b7042)) + +### Documentation +* **bullmq-pro:** Update changelog ([`b71e1ca`](https://github.com/taskforcesh/bullmq/commit/b71e1ca6b3bd77557a6c1219802faaeff8768392)) + ## v1.3.1 (2023-06-29) ### Fix * **python:** Build egg-info at the root location ([`3c2d06e`](https://github.com/taskforcesh/bullmq/commit/3c2d06e7e6e0944135fe6bd8045d08dd43fe7d9c)) diff --git a/python/bullmq/__init__.py b/python/bullmq/__init__.py index 38f3ed494c..79757c6af4 100644 --- a/python/bullmq/__init__.py +++ b/python/bullmq/__init__.py @@ -3,7 +3,7 @@ A background job processor and message queue for Python based on Redis. """ -__version__ = "1.3.1" +__version__ = "1.4.0" __author__ = 'Taskforce.sh Inc.' __credits__ = 'Taskforce.sh Inc.' diff --git a/python/pyproject.toml b/python/pyproject.toml index 627ad29fb8..bacb0e6eb9 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bullmq" -version = "1.3.1" +version = "1.4.0" description='BullMQ for Python' readme="README.md" authors = [