Skip to content

Commit 4d4839b

Browse files
committed
4.0.3
1 parent dfb1f4e commit 4d4839b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

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+
## [4.0.3] - 4/17/20
5+
### Fixed
6+
- Brawler leaderboards for Python 3.5
7+
48
## [4.0.2] - 4/15/20
59
### Fixed
610
- Player model bug

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__ = 'v4.0.2'
11+
__version__ = 'v4.0.3'
1212
__title__ = 'brawlstats'
1313
__license__ = 'MIT'
1414
__author__ = 'SharpBit'

0 commit comments

Comments
 (0)