File tree 4 files changed +7
-2
lines changed
4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ # v.2.0.1 (Feb 2025)
2
+ - Add new boss metric ` Royal Titans ` ` (the_royal_titans) `
3
+
1
4
# v2.0 (Jan 2025)
2
5
3
6
# Breaking
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " wom.py"
3
- version = " 2.0.0 "
3
+ version = " 2.0.1 "
4
4
description = " An asynchronous wrapper for the Wise Old Man API."
5
5
authors = [" Jonxslays" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 32
32
from typing import Final
33
33
34
34
__packagename__ : Final [str ] = "wom.py"
35
- __version__ : Final [str ] = "2.0.0 "
35
+ __version__ : Final [str ] = "2.0.1 "
36
36
__author__ : Final [str ] = "Jonxslays"
37
37
__copyright__ : Final [str ] = "2023-present Jonxslays"
38
38
__description__ : Final [str ] = "An asynchronous wrapper for the Wise Old Man API."
Original file line number Diff line number Diff line change @@ -178,6 +178,7 @@ class Metric(BaseEnum):
178
178
TheCorruptedGauntlet = "the_corrupted_gauntlet"
179
179
TheLeviathan = "the_leviathan"
180
180
TheWhisperer = "the_whisperer"
181
+ TheRoyalTitans = "the_royal_titans"
181
182
TheatreOfBlood = "theatre_of_blood"
182
183
TheatreOfBloodHard = "theatre_of_blood_hard_mode"
183
184
ThermonuclearSmokeDevil = "thermonuclear_smoke_devil"
@@ -305,6 +306,7 @@ class Metric(BaseEnum):
305
306
Metric .TheCorruptedGauntlet ,
306
307
Metric .TheLeviathan ,
307
308
Metric .TheWhisperer ,
309
+ Metric .TheRoyalTitans ,
308
310
Metric .TheatreOfBlood ,
309
311
Metric .TheatreOfBloodHard ,
310
312
Metric .ThermonuclearSmokeDevil ,
You can’t perform that action at this time.
0 commit comments