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 81ba833 commit 77a214fCopy full SHA for 77a214f
CHANGELOG.rst
@@ -7,7 +7,8 @@ Changelog
7
Try to always use the latest version.
8
9
.. v6.0.2
10
-6.0.2 (Unreleased)
+
11
+6.0.2 (2023-08-27)
12
==================
13
- Fixed transfer recipient not being set in houses.
14
- Fixed highest bid and time left not being set in houses in the houses section.
tibiapy/__init__.py
@@ -1,5 +1,5 @@
1
"""Tibia.com parsing and fetching library."""
2
-__version__ = "6.0.1"
+__version__ = "6.0.2"
3
__author__ = "Allan Galarza"
4
__license__ = "Apache-2.0 License"
5
0 commit comments