From 136e8e7f3f2e69dcf32406ee3513962cedcd13f8 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 18 Dec 2023 03:59:08 +0000 Subject: [PATCH] 1.23.0 Automatically generated by python-semantic-release --- docs/gitbook/python/changelog.md | 4 ++++ python/bullmq/__init__.py | 2 +- python/pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/gitbook/python/changelog.md b/docs/gitbook/python/changelog.md index 2801c0770f..096a61a9e4 100644 --- a/docs/gitbook/python/changelog.md +++ b/docs/gitbook/python/changelog.md @@ -2,6 +2,10 @@ +## v1.23.0 (2023-12-18) +### Feature +* **queue:** Add getRateLimitTtl method [python] ([#2340](https://github.com/taskforcesh/bullmq/issues/2340)) ([`f0a1f70`](https://github.com/taskforcesh/bullmq/commit/f0a1f7084478f7899233021fbb4d4307c94dfead)) + ## v1.22.0 (2023-12-14) ### Feature * **job:** Add isFailed method [python] ([#2333](https://github.com/taskforcesh/bullmq/issues/2333)) ([`19bfccc`](https://github.com/taskforcesh/bullmq/commit/19bfccc2d7734b150a5fbb6ea720fcd9887c9dd3)) diff --git a/python/bullmq/__init__.py b/python/bullmq/__init__.py index 7460430cdc..059ab12525 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.22.0" +__version__ = "1.23.0" __author__ = 'Taskforce.sh Inc.' __credits__ = 'Taskforce.sh Inc.' diff --git a/python/pyproject.toml b/python/pyproject.toml index a052afc410..ed88e5711b 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bullmq" -version = "1.22.0" +version = "1.23.0" description='BullMQ for Python' readme="README.md" authors = [