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
6
6
Due to this library relying on external content, older versions are not guaranteed to work.
7
7
Try to always use the latest version.
8
8
9
+ .. v3.7.1:
10
+
11
+ 3.7.1 (2021-02-15)
12
+ ==================
13
+
14
+ - Adjusted highscores parsing for upcoming Tibia.com changes.
15
+
9
16
.. v3.7.0:
10
17
11
18
3.7.0 (2021-02-09)
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ def get_version(package):
79
79
'Programming Language :: Python :: 3.6' ,
80
80
'Programming Language :: Python :: 3.7' ,
81
81
'Programming Language :: Python :: 3.8' ,
82
+ 'Programming Language :: Python :: 3.0' ,
82
83
'Topic :: Games/Entertainment :: Role-Playing' ,
83
84
'Topic :: Internet' ,
84
85
'Topic :: Software Development' ,
Original file line number Diff line number Diff line change 1
- __version__ = '3.7.0 '
1
+ __version__ = '3.7.1 '
2
2
__author__ = 'Allan Galarza'
3
3
4
4
import logging
You can’t perform that action at this time.
0 commit comments