Skip to content

Commit c697bd0

Browse files
committed
4.1.0
1 parent 5686ba6 commit c697bd0

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

4+
## [4.1.0] - 1/4/21
5+
### Added
6+
- `use_cache` parameter for methods to specify whether or not to use cache for a specific API call
7+
### Changed
8+
- Wrapper no longer replaces the letter O with 0 for tags to better represent a valid tag
9+
410
## [4.0.6] - 10/6/20
511
### Changed
612
- Format of the string of `utils.get_datetime`

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.0.6'
10+
__version__ = 'v4.1.0'
1111
__title__ = 'brawlstats'
1212
__license__ = 'MIT'
1313
__author__ = 'SharpBit'

0 commit comments

Comments
 (0)