summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2018-12-06 16:29:26 +0200
committerOmer Katz <omer.drow@gmail.com>2018-12-06 16:29:26 +0200
commit9a5d25eb05866e80361b691737ae7c9de7ea91ac (patch)
treef3c0c67d24758da78dd719290725421b262b51e1
parent2f4c377f2026d805b2ae7d870939848fa2488469 (diff)
downloadkombu-9a5d25eb05866e80361b691737ae7c9de7ea91ac.tar.gz
Bump version: 4.2.1 → 4.2.2v4.2.2
-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 d3e0e9f7..16bee085 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 4.2.1
+current_version = 4.2.2
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 64114ae6..073bc804 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
-:Version: 4.2.1
+:Version: 4.2.2
:Web: http://kombu.me/
:Download: https://pypi.python.org/pypi/kombu/
:Source: https://github.com/celery/kombu/
diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt
index c0003b71..bc8ca9f3 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -1,4 +1,4 @@
-:Version: 4.2.1
+:Version: 4.2.2
:Web: http://kombu.me/
:Download: http://pypi.python.org/pypi/kombu/
:Source: https://github.com/celery/kombu/
diff --git a/kombu/__init__.py b/kombu/__init__.py
index 77bd6145..fb297174 100644
--- a/kombu/__init__.py
+++ b/kombu/__init__.py
@@ -10,7 +10,7 @@ if sys.version_info < (2, 7): # pragma: no cover
from collections import namedtuple # noqa
-__version__ = '4.2.1'
+__version__ = '4.2.2'
__author__ = 'Ask Solem'
__contact__ = 'ask@celeryproject.org'
__homepage__ = 'https://kombu.readthedocs.io'