Skip to content

Commit 39061e8

Browse files
committed
Added BOSS_POINTS highscores category
1 parent 8643baf commit 39061e8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

tibiapy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

tibiapy/enums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)