From 6ef0a2d074ca6c9fd3cb499a0097ae3b0e02211d Mon Sep 17 00:00:00 2001 From: "Asif Saif Uddin (Auvi)" Date: Sat, 7 Dec 2019 20:44:25 +0600 Subject: [PATCH] kombu 4.6.7 --- .bumpversion.cfg | 2 +- README.rst | 2 +- docs/includes/introduction.txt | 2 +- kombu/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c1e2ad145..b658f886d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.6.6 +current_version = 4.6.7 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?P[a-z]+)? diff --git a/README.rst b/README.rst index ad22ed077..9b91e8834 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ |build-status| |coverage| |license| |wheel| |pyversion| |pyimp| |[![Downloads](https://pepy.tech/badge/kombu)](https://pepy.tech/project/kombu)| -:Version: 4.6.6 +:Version: 4.6.7 :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 41d29a2d0..555509528 100644 --- a/docs/includes/introduction.txt +++ b/docs/includes/introduction.txt @@ -1,4 +1,4 @@ -:Version: 4.6.6 +:Version: 4.6.7 :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 c1458b5ba..224e3c4e2 100644 --- a/kombu/__init__.py +++ b/kombu/__init__.py @@ -10,7 +10,7 @@ from collections import namedtuple # noqa -__version__ = '4.6.6' +__version__ = '4.6.7' __author__ = 'Ask Solem' __contact__ = 'auvipy@gmail.com, ask@celeryproject.org' __homepage__ = 'https://kombu.readthedocs.io'