Skip to content

Commit 08d78c7

Browse files
committed
add 8 bit
1 parent 4f3110a commit 08d78c7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-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+
## [2.3.13] - 8/29/19
5+
### Added
6+
- New brawler 8-Bit
7+
48
## [2.3.12] - 7/18/19
59
### Added
610
- Player battle logs

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

brawlstats/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def __init__(self, base_url):
1717
self.CONSTANTS = 'https://fourjr.herokuapp.com/bs/constants/'
1818
self.BRAWLERS = [
1919
'shelly', 'nita', 'colt', 'bull', 'jessie', # league reward 0-500
20-
'brock', 'dynamike', 'bo', 'tick', # league reward 1000+
20+
'brock', 'dynamike', 'bo', 'tick', '8-bit' # league reward 1000+
2121
'el primo', 'barley', 'poco', 'rosa', # rare
2222
'rico', 'penny', 'darryl', 'carl', # super rare
2323
'frank', 'pam', 'piper', 'bibi', # epic

0 commit comments

Comments
 (0)