summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaomi Elstein <naomi.els@omerkatz.com>2021-11-02 18:36:02 +0200
committerNaomi Elstein <naomi.els@omerkatz.com>2021-11-02 18:36:02 +0200
commit552302891ae6e0c024cf6871cff3ba4577ce4baf (patch)
treee5b37b8a4202c59194a2894eeef0ad7078cb1909
parentb70e45da53bc6ae2639896715097ec0011ae0d41 (diff)
downloadkombu-552302891ae6e0c024cf6871cff3ba4577ce4baf.tar.gz
Quick fix: current version is 5.2.0, not 5.2.01v5.2.0
-rw-r--r--README.rst8
-rw-r--r--docs/includes/introduction.txt2
-rw-r--r--kombu/__init__.py2
3 files changed, 6 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 591dfac3..0247481b 100644
--- a/README.rst
+++ b/README.rst
@@ -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)
-
+
--
diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt
index 311d35dc..f79ef193 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -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/
diff --git a/kombu/__init__.py b/kombu/__init__.py
index ba86c8e4..da4ed466 100644
--- a/kombu/__init__.py
+++ b/kombu/__init__.py
@@ -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'