We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af84e84 commit 7fc92ecCopy full SHA for 7fc92ec
3 files changed
.travis.yml
@@ -1,11 +1,11 @@
1
language: python
2
3
-python:
4
-- '3.5'
5
-- '3.6'
6
matrix:
7
include:
+ - python: 3.5
+ - python: 3.6
8
- python: 3.7
+ - python: 3.8
9
dist: xenial
10
sudo: true
11
CHANGELOG.md
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
+## [4.0.5] - 7/27/20
+### Fixed
+- Removed the print statement on client initialization
+- Actually uses asyncio.Lock properly if the async client has the option `prevent_ratelimit=True`
+
## [4.0.4] - 7/22/20
### Added
brawlstats/__init__.py
@@ -7,7 +7,7 @@
############
-__version__ = 'v4.0.4'
+__version__ = 'v4.0.5'
__title__ = 'brawlstats'
12
__license__ = 'MIT'
13
__author__ = 'SharpBit'
0 commit comments