Skip to content

Commit 8f57a08

Browse files
committed
v9.19.9
1 parent 779062f commit 8f57a08

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

hearthstone/enums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1498,6 +1498,7 @@ def craftable(self):
14981498
CardSet.EMERALD_DREAM,
14991499
CardSet.THE_LOST_CITY,
15001500
CardSet.TIME_TRAVEL,
1501+
CardSet.CATACLYSM,
15011502
)
15021503

15031504
@property

hearthstone/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
ZodiacYear.RAPTOR: [
205205
CardSet.CORE, CardSet.EVENT,
206206
CardSet.WHIZBANGS_WORKSHOP, CardSet.ISLAND_VACATION, CardSet.SPACE,
207-
CardSet.EMERALD_DREAM, CardSet.THE_LOST_CITY, CardSet.TIME_TRAVEL,
207+
CardSet.EMERALD_DREAM, CardSet.THE_LOST_CITY, CardSet.TIME_TRAVEL, CardSet.CATACLYSM
208208
],
209209
}
210210

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = hearthstone
3-
version = 9.19.8
3+
version = 9.19.9
44
description = CardDefs.xml parser and Hearthstone enums for Python
55
long_description = file: README.md
66
long_description_content_type=text/markdown

0 commit comments

Comments
 (0)