We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb1f4e commit 4d4839bCopy full SHA for 4d4839b
2 files changed
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## [4.0.3] - 4/17/20
5
+### Fixed
6
+- Brawler leaderboards for Python 3.5
7
+
8
## [4.0.2] - 4/15/20
9
### Fixed
10
- Player model bug
brawlstats/__init__.py
@@ -8,7 +8,7 @@
############
11
-__version__ = 'v4.0.2'
+__version__ = 'v4.0.3'
12
__title__ = 'brawlstats'
13
__license__ = 'MIT'
14
__author__ = 'SharpBit'
0 commit comments