From a5a0af83e0c5a9a5296b8dbfde9bb10f86de1f96 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 5 Jun 2024 14:14:20 +0000 Subject: [PATCH] 2.7.8 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 fe583fadca..b3ed303e95 100644 --- a/docs/gitbook/python/changelog.md +++ b/docs/gitbook/python/changelog.md @@ -2,6 +2,10 @@ +## v2.7.8 (2024-06-05) +### Fix +* Remove print calls [python] ([#2579](https://github.com/taskforcesh/bullmq/issues/2579)) ([`f957186`](https://github.com/taskforcesh/bullmq/commit/f95718689864dbaca8a6b4113a6b37727919d6df)) + ## v2.7.7 (2024-06-04) ### Fix * **worker:** Properly cancel blocking command during disconnections ([`2cf12b3`](https://github.com/taskforcesh/bullmq/commit/2cf12b3622b0517f645971ece8acdcf673bede97)) diff --git a/python/bullmq/__init__.py b/python/bullmq/__init__.py index 657ab80e0d..e5a2fc408c 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__ = "2.7.7" +__version__ = "2.7.8" __author__ = 'Taskforce.sh Inc.' __credits__ = 'Taskforce.sh Inc.' diff --git a/python/pyproject.toml b/python/pyproject.toml index c1bbb6119c..980cc12cf7 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bullmq" -version = "2.7.7" +version = "2.7.8" description='BullMQ for Python' readme="README.md" authors = [