File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,18 @@ Changelog
66 Due to this library relying on external content, older versions are not guaranteed to work.
77 Try to always use the latest version.
88
9+ .. v.5.5.0
10+
11+ 5.5.0 (2022-07-27)
12+ ==================
13+ - Added ``BOSS_POINTS `` to ``Category `` in highscores.
14+
15+
916.. v.5.4.0
1017
1118 5.4.0 (2022-07-23)
1219==================
13- - Added `boss_points ` and `bosstiary_progress ` to auctions.
20+ - Added `` boss_points `` and `` bosstiary_progress ` ` to auctions.
1421
1522.. v.5.3.0
1623
Original file line number Diff line number Diff line change 11"""Tibia.com parsing and fetching library."""
2- __version__ = '5.4 .0'
2+ __version__ = '5.5 .0'
33__author__ = 'Allan Galarza'
44__license__ = 'Apache-2.0 License'
55
Original file line number Diff line number Diff line change @@ -207,6 +207,7 @@ class Category(NumericEnum):
207207
208208 ACHIEVEMENTS = 1
209209 AXE_FIGHTING = 2
210+ BOSS_POINTS = 15
210211 CHARM_POINTS = 3
211212 CLUB_FIGHTING = 4
212213 DISTANCE_FIGHTING = 5
You can’t perform that action at this time.
0 commit comments