Skip to content

Commit 12db1c8

Browse files
authored
Kwargs Fix (#254)
* fix: duplicated **kwarg values * chore: update versioning * docs: update changelog * fix: decorator must handle both async & sync functions * chore: cleanup decorator usage & remove manual cache setting assignments * refactor: use dictionary union instead of decorator to update kwargs * fix: set _defaults as property to allow it to use any updated values after init * fix: remove _defaults from slots * fix: move kwargs to correct spot
1 parent 5b6772c commit 12db1c8

File tree

5 files changed

+63
-201
lines changed

5 files changed

+63
-201
lines changed

coc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SOFTWARE.
2323
"""
2424

25-
__version__ = "3.8.0"
25+
__version__ = "3.8.1"
2626

2727
from .abc import BasePlayer, BaseClan
2828
from .clans import RankedClan, Clan

0 commit comments

Comments
 (0)