Skip to content

Commit 1cbfa78

Browse files
committed
Merge branch 'feat-revealed-gems'
2 parents 4ce0fe4 + 7f5385d commit 1cbfa78

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ 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+
.. v6.1.0
10+
11+
6.1.0 (2024-01-15)
12+
==================
13+
- Add revealed gems to auction details.
14+
- Fixed `get_highscores` not handling null values in parameters.
15+
- Fixed house parsing not handing guildhalls properly.
16+
- Fixed houses missing "paid until" date.
17+
918
.. v6.0.4
1019
1120
6.0.4 (2023-10-01)

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__ = "6.0.4"
2+
__version__ = "6.1.0"
33
__author__ = "Allan Galarza"
44
__license__ = "Apache-2.0 License"
55

0 commit comments

Comments
 (0)