Bump version: 5.3.6 → 5.3.7 (#1985)

This commit is contained in:
Tomer Nosrati 2024-04-11 15:09:52 +03:00 committed by GitHub
parent d40cfa2dfa
commit cd42dd5f19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.3.6
current_version = 5.3.7
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?

View File

@ -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/

View File

@ -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/

View File

@ -8,7 +8,7 @@ import sys
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'