From 7f2052b28f0160aeb7117ba47ceee11e9b166314 Mon Sep 17 00:00:00 2001 From: SharpBit <31069084+SharpBit@users.noreply.github.com> Date: Tue, 8 Oct 2024 02:09:17 -0400 Subject: [PATCH] Update version to 4.2.0 and fix github actions badge url --- README.rst | 2 +- brawlstats/__init__.py | 2 +- docs/index.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 2c88e9f..163085c 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ Brawl Stats :alt: PyPi .. image:: https://github.com/SharpBit/brawlstats/actions/workflows/tests.yml/badge.svg - :target: https://github.com/SharpBit/brawlstats/actions/workflows/tests.yml/badge.svg + :target: https://github.com/SharpBit/brawlstats/actions/workflows/tests.yml :alt: GitHub Actions Tests .. image:: https://img.shields.io/pypi/pyversions/brawlstats.svg diff --git a/brawlstats/__init__.py b/brawlstats/__init__.py index 7bad5be..ea66010 100644 --- a/brawlstats/__init__.py +++ b/brawlstats/__init__.py @@ -7,7 +7,7 @@ ############ -__version__ = 'v4.1.1' +__version__ = 'v4.2.0' __title__ = 'brawlstats' __license__ = 'MIT' __author__ = 'SharpBit' diff --git a/docs/index.rst b/docs/index.rst index 3e88eab..5c837ff 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,7 +6,7 @@ Welcome to Brawl Stats' documentation! :alt: PyPi .. image:: https://github.com/SharpBit/brawlstats/actions/workflows/tests.yml/badge.svg - :target: https://github.com/SharpBit/brawlstats/actions/workflows/tests.yml/badge.svg + :target: https://github.com/SharpBit/brawlstats/actions/workflows/tests.yml :alt: GitHub Actions Tests .. image:: https://img.shields.io/pypi/pyversions/brawlstats.svg