File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,18 @@ Changelog
6
6
Due to this library relying on external content, older versions are not guaranteed to work.
7
7
Try to always use the latest version.
8
8
9
+ .. v.5.5.0
10
+
11
+ 5.5.0 (2022-07-27)
12
+ ==================
13
+ - Added ``BOSS_POINTS `` to ``Category `` in highscores.
14
+
15
+
9
16
.. v.5.4.0
10
17
11
18
5.4.0 (2022-07-23)
12
19
==================
13
- - Added `boss_points ` and `bosstiary_progress ` to auctions.
20
+ - Added `` boss_points `` and `` bosstiary_progress ` ` to auctions.
14
21
15
22
.. v.5.3.0
16
23
Original file line number Diff line number Diff line change 1
1
"""Tibia.com parsing and fetching library."""
2
- __version__ = '5.4 .0'
2
+ __version__ = '5.5 .0'
3
3
__author__ = 'Allan Galarza'
4
4
__license__ = 'Apache-2.0 License'
5
5
Original file line number Diff line number Diff line change @@ -207,6 +207,7 @@ class Category(NumericEnum):
207
207
208
208
ACHIEVEMENTS = 1
209
209
AXE_FIGHTING = 2
210
+ BOSS_POINTS = 15
210
211
CHARM_POINTS = 3
211
212
CLUB_FIGHTING = 4
212
213
DISTANCE_FIGHTING = 5
You can’t perform that action at this time.
0 commit comments