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 a26643f commit 80ae1e7Copy full SHA for 80ae1e7
CHANGELOG.rst
@@ -7,6 +7,13 @@ Changelog
7
Try to always use the latest version.
8
9
10
+.. v5.3.0
11
+
12
+5.3.0 (2023-02-17)
13
+==================
14
+- Added ``tier`` to items in auctions.
15
16
17
.. v5.5.2
18
19
5.5.2 (2022-09-02)
tibiapy/__init__.py
@@ -1,5 +1,5 @@
1
"""Tibia.com parsing and fetching library."""
2
-__version__ = '5.5.2'
+__version__ = '5.3.0'
3
__author__ = 'Allan Galarza'
4
__license__ = 'Apache-2.0 License'
5
0 commit comments