Skip to content

Commit ab7e8d6

Browse files
committed
increment version
1 parent f5494ea commit ab7e8d6

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/FUNDING.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGELOG.md

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

4+
## [4.0.6] - 10/6/20
5+
### Changed
6+
- Format of the string of `utils.get_datetime`
7+
### Fixed
8+
- `Player.get_club` now works for the async client if the player is not in a club
9+
410
## [4.0.5] - 7/27/20
511
### Fixed
612
- Removed the print statement on client initialization
713
- Actually uses asyncio.Lock properly if the async client has the option `prevent_ratelimit=True`
814

9-
1015
## [4.0.4] - 7/22/20
1116
### Added
1217
- `get_brawlers` function to get available brawlers

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Special thanks to this project's contributors ❤️
8383
- `Stitch`_
8484

8585
If you want to contribute, whether it be a bug fix or new feature, make sure to follow the `contributing guidelines`_.
86+
This project is no longer actively maintained. No new features will be added, only bugfixes and security fixes will be accepted.
8687

8788
.. _create an issue: https://github.com/SharpBit/brawlstats/issues
8889
.. _Read the Docs: https://brawlstats.rtfd.io/

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

0 commit comments

Comments
 (0)