summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2021-09-07 12:11:22 +0600
committerAsif Saif Uddin <auvipy@gmail.com>2021-09-07 12:11:22 +0600
commit7cede09c1780be6cd3a6adc9b73185115b1b5828 (patch)
treed3e7d81268a0f9dd8bc5e9306f692bf2251e377a
parent1b36026435635a4efb60107c5de708dff7e37da6 (diff)
downloadkombu-7cede09c1780be6cd3a6adc9b73185115b1b5828.tar.gz
Bump version: 5.1.0 → 5.2.0rc1v5.2.0rc1
-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 7b9cd7d5..501bd39f 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 5.1.0
+current_version = 5.2.0rc1
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 63529344..892ac4ee 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp| |downloads|
-:Version: 5.1.0
+:Version: 5.2.0rc1
: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 c197f6e1..642cc1eb 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -1,4 +1,4 @@
-:Version: 5.1.01
+:Version: 5.2.0rc1
: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 8710babb..55029b98 100644
--- a/kombu/__init__.py
+++ b/kombu/__init__.py
@@ -5,7 +5,7 @@ import re
import sys
from collections import namedtuple
-__version__ = '5.1.0'
+__version__ = '5.2.0rc1'
__author__ = 'Ask Solem'
__contact__ = 'auvipy@gmail.com, ask@celeryproject.org'
__homepage__ = 'https://kombu.readthedocs.io'