summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2022-06-29 15:53:11 +0600
committerAsif Saif Uddin <auvipy@gmail.com>2022-06-29 15:53:11 +0600
commit791056cd4d09138e9b72a84ed03897f4cdae2999 (patch)
tree54734a218b5a0d10c9563ba927b9fee603492f35
parent3685f4e1e9f84d00af8de74395c09c4263af97ac (diff)
downloadkombu-791056cd4d09138e9b72a84ed03897f4cdae2999.tar.gz
Bump version: 5.2.4 → 5.3.0a1v5.3.0a1
-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 94a24014..7bbd8623 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 5.2.4
+current_version = 5.3.0a1
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 c6698ce4..5388b9b8 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp| |downloads|
-:Version: 5.2.4
+:Version: 5.3.0a1
: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 5808f778..8f16be9c 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -1,4 +1,4 @@
-:Version: 5.2.4
+:Version: 5.3.0a1
: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 830e6dda..4eefae72 100644
--- a/kombu/__init__.py
+++ b/kombu/__init__.py
@@ -8,7 +8,7 @@ import sys
from collections import namedtuple
from typing import Any, cast
-__version__ = '5.2.4'
+__version__ = '5.3.0a1'
__author__ = 'Ask Solem'
__contact__ = 'auvipy@gmail.com, ask@celeryproject.org'
__homepage__ = 'https://kombu.readthedocs.io'