We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5686ba6 commit c697bd0Copy full SHA for c697bd0
2 files changed
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
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
+
10
## [4.0.6] - 10/6/20
11
### Changed
12
- Format of the string of `utils.get_datetime`
brawlstats/__init__.py
@@ -7,7 +7,7 @@
############
-__version__ = 'v4.0.6'
+__version__ = 'v4.1.0'
__title__ = 'brawlstats'
__license__ = 'MIT'
13
__author__ = 'SharpBit'
0 commit comments