mirror of https://github.com/celery/kombu.git
Version 4.6.3
This commit is contained in:
parent
b91c81be43
commit
568dcd4189
10
Changelog
10
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
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue