summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2021-05-23 18:53:07 +0300
committerOmer Katz <omer.drow@gmail.com>2021-05-23 18:53:07 +0300
commit0462d7b63efcc200a9120e7e6013e2e4ebf06cb5 (patch)
tree89b50b71d6625a81bdc045f870159b8a4cd9d6cf
parent4d1d0d277d8d12b077ebd5db50518a17f455df55 (diff)
downloadkombu-0462d7b63efcc200a9120e7e6013e2e4ebf06cb5.tar.gz
Bump version: 5.1.0b1 → 5.1.0
-rw-r--r--.bumpversion.cfg2
-rw-r--r--README.rst2
-rw-r--r--docs/includes/introduction.txt2
-rw-r--r--kombu/__init__.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index bed411f2..7b9cd7d5 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 5.1.0b1
+current_version = 5.1.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?
diff --git a/README.rst b/README.rst
index 19135f77..07da16ae 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp| |downloads|
-:Version: 5.1.0b1
+:Version: 5.1.01
: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 b6f20b6d..c197f6e1 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -1,4 +1,4 @@
-:Version: 5.1.0b1
+:Version: 5.1.01
: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 abdf93c5..1c62f708 100644
--- a/kombu/__init__.py
+++ b/kombu/__init__.py
@@ -5,7 +5,7 @@ import re
import sys
from collections import namedtuple # noqa
-__version__ = '5.1.0b1'
+__version__ = '5.1.01'
__author__ = 'Ask Solem'
__contact__ = 'auvipy@gmail.com, ask@celeryproject.org'
__homepage__ = 'https://kombu.readthedocs.io'