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 3fd007f commit 33d94c5Copy full SHA for 33d94c5
CHANGELOG.rst
@@ -6,6 +6,13 @@ 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.0.1
10
+
11
+6.0.1 (2023-08-25)
12
+==================
13
+- Fix spells not sold in any cities (revelation perks) having a single "cities" entry ``none`` instead of being empty.
14
15
16
.. v6.0.0
17
18
6.0.0 (2023-08-24)
tibiapy/__init__.py
@@ -1,5 +1,5 @@
1
"""Tibia.com parsing and fetching library."""
2
-__version__ = "6.0.0"
+__version__ = "6.0.1"
3
__author__ = "Allan Galarza"
4
__license__ = "Apache-2.0 License"
5
0 commit comments