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 28bef95 commit 03f85f3Copy full SHA for 03f85f3
CHANGELOG.rst
@@ -6,6 +6,12 @@ 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.2.0
10
+
11
+6.2.0 (2024-03-31)
12
+==================
13
+- Add support for parsing the fansites section.
14
15
.. v6.1.0
16
17
6.1.0 (2024-01-15)
tibiapy/__init__.py
@@ -1,5 +1,5 @@
1
"""Tibia.com parsing and fetching library."""
2
-__version__ = "6.1.0"
+__version__ = "6.2.0"
3
__author__ = "Allan Galarza"
4
__license__ = "Apache-2.0 License"
5
0 commit comments