Skip to content

Commit 1c26f96

Browse files
authored
Merge pull request #200 from mathsman5133/port_raid_fix_to_master
fix missing attribute _cs_raid_attacks
2 parents 26c2aba + 3792e81 commit 1c26f96

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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__ = "2.4.1"
25+
__version__ = "2.4.2"
2626

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

coc/raid.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ class RaidClan:
287287
"_attacks",
288288
"_client",
289289
"_response_retry",
290+
"_cs_raid_attacks",
290291
"_cs_raid_districts",
291292
"_cs_looted",
292293
"_iter_raid_districts",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "coc.py"
77
authors = [{ name = "mathsman5133" }]
88
maintainers = [{ name = "majordoobie" }, { name = "MagicTheDev" }, { name = "Kuchenmampfer" }, { name = "lukasthaler" }, { name = "doluk" }]
9-
version = "2.4.1"
9+
version = "2.4.2"
1010
description = "A python wrapper for the Clash of Clans API"
1111
requires-python = ">=3.7.3"
1212
readme = "README.rst"

0 commit comments

Comments
 (0)