Skip to content

Commit d2ea526

Browse files
Merge pull request #193 from mathsman5133/g8_2.4.0_candidate
Bump to 2.4.0
2 parents 849728b + b6e1cb4 commit d2ea526

File tree

22 files changed

+1612
-158
lines changed

22 files changed

+1612
-158
lines changed

coc/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@
2222
SOFTWARE.
2323
"""
2424

25-
__version__ = "2.3.1"
25+
__version__ = "2.4.0"
2626

2727
from .abc import BasePlayer, BaseClan
2828
from .clans import RankedClan, Clan
2929
from .client import Client
3030
from .events import PlayerEvents, ClanEvents, WarEvents, EventsClient, ClientEvents
3131
from .enums import (
32+
PlayerHouseElementType,
3233
Resource,
3334
Role,
3435
WarRound,
@@ -73,6 +74,7 @@
7374
LegendStatistics,
7475
LoadGameData,
7576
Location,
77+
PlayerHouseElement,
7678
Timestamp,
7779
TimeDelta,
7880
Label,

0 commit comments

Comments
 (0)