Skip to content

Commit 4de992b

Browse files
committed
Updated version and changelog
1 parent a6c0e25 commit 4de992b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ 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+
10+
.. v.5.5.1
11+
12+
5.5.1 (2022-08-2)
13+
==================
14+
- Adjusted parsing to support the changes related to mobile devices introduced on the day of this release. The following sections were affected:
15+
- Highscores
16+
- News
17+
- Forums
18+
919
.. v.5.5.0
1020
1121
5.5.0 (2022-07-27)

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__ = '5.5.0'
2+
__version__ = '5.5.1'
33
__author__ = 'Allan Galarza'
44
__license__ = 'Apache-2.0 License'
55

0 commit comments

Comments
 (0)