Quick fix: current version is 5.2.0, not 5.2.01

This commit is contained in:
Naomi Elstein 2021-11-02 18:36:02 +02:00
parent b70e45da53
commit 552302891a
No known key found for this signature in database
GPG Key ID: 97BAC761E57928B5
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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