summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaomi Elstein <naomi.els@omerkatz.com>2021-11-02 18:24:33 +0200
committerNaomi Elstein <naomi.els@omerkatz.com>2021-11-02 18:24:33 +0200
commitb70e45da53bc6ae2639896715097ec0011ae0d41 (patch)
treebd2dcaf01bb5da9a4b72a6a9cc15f38bb9ca2288
parent32d6008a90043e36c7c5a25c0cec0a86c72875fa (diff)
downloadkombu-b70e45da53bc6ae2639896715097ec0011ae0d41.tar.gz
Bump version: 5.2.0rc1 → 5.2.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 501bd39f..2d98ba68 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 5.2.0rc1
+current_version = 5.2.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 b6e40fbe..591dfac3 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp| |downloads|
-:Version: 5.2.0rc1
+:Version: 5.2.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 642cc1eb..311d35dc 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -1,4 +1,4 @@
-:Version: 5.2.0rc1
+:Version: 5.2.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 55029b98..ba86c8e4 100644
--- a/kombu/__init__.py
+++ b/kombu/__init__.py
@@ -5,7 +5,7 @@ import re
import sys
from collections import namedtuple
-__version__ = '5.2.0rc1'
+__version__ = '5.2.01'
__author__ = 'Ask Solem'
__contact__ = 'auvipy@gmail.com, ask@celeryproject.org'
__homepage__ = 'https://kombu.readthedocs.io'