summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2022-10-19 20:01:00 +0600
committerAsif Saif Uddin <auvipy@gmail.com>2022-10-19 20:01:00 +0600
commit6e0d26d510d9269dec33752455478baf715e311d (patch)
tree8827b3790f5ba5bfc7ff7afa812d05072bc1517c
parent8b55c71bebed872612b4889a4cdf7166bf8bb049 (diff)
downloadkombu-6e0d26d510d9269dec33752455478baf715e311d.tar.gz
Bump version: 5.3.0b1 → 5.3.0b2v5.3.0b2
-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 1ada7db4..06f86264 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 5.3.0b1
+current_version = 5.3.0b2
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 3f770922..73281a14 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp| |downloads|
-:Version: 5.3.0b1
+:Version: 5.3.0b2
: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 12772b81..fe459351 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -1,4 +1,4 @@
-:Version: 5.3.0b1
+:Version: 5.3.0b2
: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 f1332472..c20005ac 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.3.0b1'
+__version__ = '5.3.0b2'
__author__ = 'Ask Solem'
__contact__ = 'auvipy@gmail.com, ask@celeryproject.org'
__homepage__ = 'https://kombu.readthedocs.io'