File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 1- __version__ = '3.7.0 '
1+ __version__ = '3.7.1 '
22__author__ = 'Allan Galarza'
33
44import logging
You can’t perform that action at this time.
0 commit comments