mirror of https://github.com/celery/kombu.git
Quick fix: current version is 5.2.0, not 5.2.01
This commit is contained in:
parent
b70e45da53
commit
552302891a
|
@ -4,7 +4,7 @@
|
|||
|
||||
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp| |downloads|
|
||||
|
||||
:Version: 5.2.01
|
||||
:Version: 5.2.0
|
||||
:Documentation: https://kombu.readthedocs.io/
|
||||
:Download: https://pypi.org/project/kombu/
|
||||
:Source: https://github.com/celery/kombu/
|
||||
|
@ -352,11 +352,11 @@ file in the top distribution directory for the full license text.
|
|||
:target: https://pypi.org/project/kombu/
|
||||
.. |downloads| image:: https://pepy.tech/badge/kombu
|
||||
:target: https://pepy.tech/project/kombu
|
||||
|
||||
|
||||
kombu as part of the Tidelift Subscription
|
||||
=======
|
||||
=======
|
||||
|
||||
The maintainers of kombu and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/pypi-kombu?utm_source=pypi-kombu&utm_medium=referral&utm_campaign=readme&utm_term=repo)
|
||||
|
||||
|
||||
--
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
:Version: 5.2.01
|
||||
:Version: 5.2.0
|
||||
:Web: https://kombu.readthedocs.io/
|
||||
:Download: https://pypi.org/project/kombu/
|
||||
:Source: https://github.com/celery/kombu/
|
||||
|
|
|
@ -5,7 +5,7 @@ import re
|
|||
import sys
|
||||
from collections import namedtuple
|
||||
|
||||
__version__ = '5.2.01'
|
||||
__version__ = '5.2.0'
|
||||
__author__ = 'Ask Solem'
|
||||
__contact__ = 'auvipy@gmail.com, ask@celeryproject.org'
|
||||
__homepage__ = 'https://kombu.readthedocs.io'
|
||||
|
|
Loading…
Reference in New Issue