mirror of https://github.com/celery/kombu.git
Bump version: 5.3.6 → 5.3.7 (#1985)
This commit is contained in:
parent
d40cfa2dfa
commit
cd42dd5f19
|
@ -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]+)?
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue