From f23c617e1060fc44c90528d2bfe7a6bd77f5d010 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Sun, 16 Jul 2023 02:19:31 -0700 Subject: [PATCH] Switch badge provider (#10067) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Switch badge provider to point at Pepy.tech which provides further stats on the downloads. Also they use a blue color which better matches the blue color of the other badges. 😁 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f0280f77b2..54baa28827 100644 --- a/README.rst +++ b/README.rst @@ -11,8 +11,8 @@ SQLAlchemy :target: https://pypi.org/project/sqlalchemy :alt: PyPI - Python Version -.. |Downloads| image:: https://img.shields.io/pypi/dm/sqlalchemy - :target: https://pypi.org/project/sqlalchemy +.. |Downloads| image:: https://static.pepy.tech/badge/sqlalchemy/month + :target: https://pepy.tech/project/sqlalchemy :alt: PyPI - Downloads -- 2.47.3