Skip to content

Commit 351b9b7

Browse files
committed
3.0.2
1 parent d6820c8 commit 351b9b7

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [3.0.2] - 12/22/19
5+
### Fixed
6+
- A bug with brawler leaderboards for the BrawlAPI
7+
48
## [3.0.1] - 10/31/19
59
### Changed
610
- Base url for BrawlAPI now https://api.starlist.pro/v1

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Contributing
7373
Special thanks to this project's contributors ❤️
7474

7575
- `4JR`_
76+
- `kawaii banana`_
7677
- `kjkui`_
7778
- `Kyber`_
7879
- `Pollen`_
@@ -95,3 +96,4 @@ If you want to contribute, whether it be a bug fix or new feature, make sure to
9596
.. _kjkui: https://github.com/kjkui
9697
.. _Kyber: https://github.com/kyb3r
9798
.. _Pollen: https://github.com/pollen5
99+
.. _kawaii banana: https://github.com/bananaboy21

brawlstats/__init__.py

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

1010

11-
__version__ = 'v3.0.1.post1'
11+
__version__ = 'v3.0.2'
1212
__title__ = 'brawlstats'
1313
__license__ = 'MIT'
1414
__author__ = 'SharpBit'

brawlstats/constants.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)