Version 4.6.3

This commit is contained in:
Asif Saif Uddin 2019-06-15 03:29:22 +06:00
parent b91c81be43
commit 568dcd4189
3 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -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/

View File

@ -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'