From 764f2e07dc32ffa21303c96fe7029fedff3ca5bb Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 12 Sep 2023 06:22:23 +0000 Subject: [PATCH] 1.13.2 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 09754d71ad..c4adc535b0 100644 --- a/docs/gitbook/python/changelog.md +++ b/docs/gitbook/python/changelog.md @@ -2,6 +2,10 @@ +## v1.13.2 (2023-09-12) +### Fix +* **remove:** Change error message when job is locked (python) ([#2175](https://github.com/taskforcesh/bullmq/issues/2175)) ([`2f5628f`](https://github.com/taskforcesh/bullmq/commit/2f5628feffab66cdcc78abf4d7bb608bdcaa65bb)) + ## v1.13.1 (2023-09-11) ### Fix * **move-to-finished:** Consider addition of prioritized jobs when processing last active job (#2176) (python) ([`4b01f35`](https://github.com/taskforcesh/bullmq/commit/4b01f359c290cfc62ea74ff3ab0b43ccc6956a02)) diff --git a/python/bullmq/__init__.py b/python/bullmq/__init__.py index 9263078844..3764c2bf36 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.13.1" +__version__ = "1.13.2" __author__ = 'Taskforce.sh Inc.' __credits__ = 'Taskforce.sh Inc.' diff --git a/python/pyproject.toml b/python/pyproject.toml index 1956fcfa66..c5440098a4 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bullmq" -version = "1.13.1" +version = "1.13.2" description='BullMQ for Python' readme="README.md" authors = [