mirror of https://github.com/celery/kombu.git
version 4.6.2
This commit is contained in:
parent
73bed5f7e5
commit
17d0ce18ef
12
Changelog
12
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
|
||||
=====
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue