Skip to content

Commit 7f2052b

Browse files
committed
Update version to 4.2.0 and fix github actions badge url
1 parent 72b463e commit 7f2052b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Brawl Stats
99
:alt: PyPi
1010

1111
.. image:: https://github.com/SharpBit/brawlstats/actions/workflows/tests.yml/badge.svg
12-
:target: https://github.com/SharpBit/brawlstats/actions/workflows/tests.yml/badge.svg
12+
:target: https://github.com/SharpBit/brawlstats/actions/workflows/tests.yml
1313
:alt: GitHub Actions Tests
1414

1515
.. image:: https://img.shields.io/pypi/pyversions/brawlstats.svg

brawlstats/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
############
88

99

10-
__version__ = 'v4.1.1'
10+
__version__ = 'v4.2.0'
1111
__title__ = 'brawlstats'
1212
__license__ = 'MIT'
1313
__author__ = 'SharpBit'

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Welcome to Brawl Stats' documentation!
66
:alt: PyPi
77

88
.. image:: https://github.com/SharpBit/brawlstats/actions/workflows/tests.yml/badge.svg
9-
:target: https://github.com/SharpBit/brawlstats/actions/workflows/tests.yml/badge.svg
9+
:target: https://github.com/SharpBit/brawlstats/actions/workflows/tests.yml
1010
:alt: GitHub Actions Tests
1111

1212
.. image:: https://img.shields.io/pypi/pyversions/brawlstats.svg

0 commit comments

Comments
 (0)