summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2019-06-15 03:29:22 +0600
committerAsif Saif Uddin <auvipy@gmail.com>2019-06-15 03:29:22 +0600
commit568dcd4189d5ceeeb5bcd7bea05dcfc9a98846b5 (patch)
tree3181d9a20b2743d9648f3b59eaa971af352de509
parentb91c81be4351a7b8594d3cba9bb91185bcce32bb (diff)
downloadkombu-568dcd4189d5ceeeb5bcd7bea05dcfc9a98846b5.tar.gz
Version 4.6.34.6.3
-rw-r--r--Changelog10
-rw-r--r--README.rst2
-rw-r--r--kombu/__init__.py2
3 files changed, 12 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 4d84cfb1..85b333a0 100644
--- a/Changelog
+++ b/Changelog
@@ -4,6 +4,16 @@
Change history
================
+.. _version-4.6.3:
+
+4.6.3
+=====
+:release-date: 2019-06-15 12:45 A.M UTC+6:00
+:release-by: Asif Saif Uddin
+
+- Revert FastUUID for kombu 4.6
+
+
.. _version-4.6.2:
4.6.2
diff --git a/README.rst b/README.rst
index bdab27e8..b9285340 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.2
+:Version: 4.6.3
: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 c3a8ba21..c7ff3264 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.6.2'
+__version__ = '4.6.3'
__author__ = 'Ask Solem'
__contact__ = 'auvipy@gmail.com, ask@celeryproject.org'
__homepage__ = 'https://kombu.readthedocs.io'