Skip to content

Commit 80ae1e7

Browse files
committed
Update version and changelog
1 parent a26643f commit 80ae1e7

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
@@ -7,6 +7,13 @@ Changelog
77
Try to always use the latest version.
88

99

10+
.. v5.3.0
11+
12+
5.3.0 (2023-02-17)
13+
==================
14+
- Added ``tier`` to items in auctions.
15+
16+
1017
.. v5.5.2
1118
1219
5.5.2 (2022-09-02)

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

0 commit comments

Comments
 (0)