Skip to content

Commit 7fc92ec

Browse files
committed
travis for python 3.8
1 parent af84e84 commit 7fc92ec

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: python
22

3-
python:
4-
- '3.5'
5-
- '3.6'
63
matrix:
74
include:
5+
- python: 3.5
6+
- python: 3.6
87
- python: 3.7
8+
- python: 3.8
99
dist: xenial
1010
sudo: true
1111

CHANGELOG.md

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

4+
## [4.0.5] - 7/27/20
5+
### Fixed
6+
- Removed the print statement on client initialization
7+
- Actually uses asyncio.Lock properly if the async client has the option `prevent_ratelimit=True`
8+
49

510
## [4.0.4] - 7/22/20
611
### Added

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

0 commit comments

Comments
 (0)