Skip to content

Commit d75a853

Browse files
committed
Update changelog and version
1 parent cc47b36 commit d75a853

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-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+
.. v3.7.1:
10+
11+
3.7.1 (2021-02-15)
12+
==================
13+
14+
- Adjusted highscores parsing for upcoming Tibia.com changes.
15+
916
.. v3.7.0:
1017
1118
3.7.0 (2021-02-09)

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def get_version(package):
7979
'Programming Language :: Python :: 3.6',
8080
'Programming Language :: Python :: 3.7',
8181
'Programming Language :: Python :: 3.8',
82+
'Programming Language :: Python :: 3.0',
8283
'Topic :: Games/Entertainment :: Role-Playing',
8384
'Topic :: Internet',
8485
'Topic :: Software Development',

tibiapy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '3.7.0'
1+
__version__ = '3.7.1'
22
__author__ = 'Allan Galarza'
33

44
import logging

0 commit comments

Comments
 (0)