Skip to content

Commit 33d94c5

Browse files
committed
Update version and changelog
1 parent 3fd007f commit 33d94c5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Changelog
66
Due to this library relying on external content, older versions are not guaranteed to work.
77
Try to always use the latest version.
88

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+
916
.. v6.0.0
1017
1118
6.0.0 (2023-08-24)

tibiapy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Tibia.com parsing and fetching library."""
2-
__version__ = "6.0.0"
2+
__version__ = "6.0.1"
33
__author__ = "Allan Galarza"
44
__license__ = "Apache-2.0 License"
55

0 commit comments

Comments
 (0)