We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ce0fe4 + 7f5385d commit 1cbfa78Copy full SHA for 1cbfa78
CHANGELOG.rst
@@ -6,6 +6,15 @@ Changelog
6
Due to this library relying on external content, older versions are not guaranteed to work.
7
Try to always use the latest version.
8
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
18
.. v6.0.4
19
20
6.0.4 (2023-10-01)
tibiapy/__init__.py
@@ -1,5 +1,5 @@
1
"""Tibia.com parsing and fetching library."""
2
-__version__ = "6.0.4"
+__version__ = "6.1.0"
3
__author__ = "Allan Galarza"
4
__license__ = "Apache-2.0 License"
5
0 commit comments