From cd42dd5f194e2a453701478469cb04d48e42ab74 Mon Sep 17 00:00:00 2001 From: Tomer Nosrati Date: Thu, 11 Apr 2024 15:09:52 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.3.6=20=E2=86=92=205.3.7=20(?= =?UTF-8?q?#1985)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.rst | 2 +- docs/includes/introduction.txt | 2 +- kombu/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 377cab9fd..b0798009e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.3.6 +current_version = 5.3.7 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?P[a-z]+)? diff --git a/README.rst b/README.rst index fce418ff9..a50ba759d 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ |build-status| |coverage| |license| |wheel| |pyversion| |pyimp| |downloads| -:Version: 5.3.6 +:Version: 5.3.7 :Documentation: https://kombu.readthedocs.io/ :Download: https://pypi.org/project/kombu/ :Source: https://github.com/celery/kombu/ diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt index 6a08c1bb5..8296eef4c 100644 --- a/docs/includes/introduction.txt +++ b/docs/includes/introduction.txt @@ -1,4 +1,4 @@ -:Version: 5.3.6 +:Version: 5.3.7 :Web: https://kombu.readthedocs.io/ :Download: https://pypi.org/project/kombu/ :Source: https://github.com/celery/kombu/ diff --git a/kombu/__init__.py b/kombu/__init__.py index e1f281021..bcc1c01ad 100644 --- a/kombu/__init__.py +++ b/kombu/__init__.py @@ -8,7 +8,7 @@ from collections import namedtuple from typing import Any, cast -__version__ = '5.3.6' +__version__ = '5.3.7' __author__ = 'Ask Solem' __contact__ = 'auvipy@gmail.com' __homepage__ = 'https://kombu.readthedocs.io'