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.
1 parent a6c0e25 commit 4de992bCopy full SHA for 4de992b
CHANGELOG.rst
@@ -6,6 +6,16 @@ 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
+
10
+.. v.5.5.1
11
12
+5.5.1 (2022-08-2)
13
+==================
14
+- Adjusted parsing to support the changes related to mobile devices introduced on the day of this release. The following sections were affected:
15
+ - Highscores
16
+ - News
17
+ - Forums
18
19
.. v.5.5.0
20
21
5.5.0 (2022-07-27)
tibiapy/__init__.py
@@ -1,5 +1,5 @@
1
"""Tibia.com parsing and fetching library."""
2
-__version__ = '5.5.0'
+__version__ = '5.5.1'
3
__author__ = 'Allan Galarza'
4
__license__ = 'Apache-2.0 License'
5
0 commit comments