summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2019-06-15 00:35:43 +0600
committerAsif Saif Uddin <auvipy@gmail.com>2019-06-15 00:35:43 +0600
commit17d0ce18ef2c26eecc1450a808989e846308c763 (patch)
treef92634e5876f360bc9996179164e01db0c7e1e3c
parent73bed5f7e57203b7b17b65982411be048e9f656d (diff)
downloadkombu-17d0ce18ef2c26eecc1450a808989e846308c763.tar.gz
version 4.6.24.6.2
-rw-r--r--Changelog12
-rw-r--r--README.rst2
-rw-r--r--kombu/__init__.py4
3 files changed, 14 insertions, 4 deletions
diff --git a/Changelog b/Changelog
index 2a5a4cbc..4d84cfb1 100644
--- a/Changelog
+++ b/Changelog
@@ -4,6 +4,16 @@
Change history
================
+.. _version-4.6.2:
+
+4.6.2
+=====
+:release-date: 2019-06-15 12:45 A.M UTC+6:00
+:release-by: Asif Saif Uddin
+
+- Fix sbugs and regressions
+
+
.. _version-4.6.1:
4.6.1
@@ -13,7 +23,7 @@
- Fix some newly introduced bug in kombu 4.6
-.. _version-4.6.1:
+.. _version-4.6.0:
4.6.0
=====
diff --git a/README.rst b/README.rst
index 263a6ea5..bdab27e8 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.1
+:Version: 4.6.2
:Documentation: 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 0b1b664e..c3a8ba21 100644
--- a/kombu/__init__.py
+++ b/kombu/__init__.py
@@ -10,9 +10,9 @@ if sys.version_info < (2, 7): # pragma: no cover
from collections import namedtuple # noqa
-__version__ = '4.6.1'
+__version__ = '4.6.2'
__author__ = 'Ask Solem'
-__contact__ = 'ask@celeryproject.org'
+__contact__ = 'auvipy@gmail.com, ask@celeryproject.org'
__homepage__ = 'https://kombu.readthedocs.io'
__docformat__ = 'restructuredtext en'