We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9ab67 commit 02ba1a8Copy full SHA for 02ba1a8
CHANGELOG.rst
@@ -2,6 +2,13 @@
2
Changelog
3
=========
4
5
+.. _v1.1.3:
6
+
7
+1.1.3 (2019-01-29)
8
+==================
9
10
+- Fixed incorrect parsing of deaths with summons involved when parsing characters from TibiaData.
11
12
.. _v1.1.2:
13
14
1.1.2 (2019-01-22)
tibiapy/__init__.py
@@ -7,4 +7,4 @@
from tibiapy.house import *
from tibiapy.world import *
-__version__ = '1.1.2'
+__version__ = '1.1.3'
0 commit comments