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 5ec9920 commit 5c79f90Copy full SHA for 5c79f90
CHANGELOG.rst
@@ -6,6 +6,12 @@ Changelog
6
Due to this library relying on external content, older versions are not guaranteed to work.
7
Try to always use the latest version.
8
9
+.. _v2.4.0:
10
+2.4.0 (2019-11-20)
11
+==================
12
+- Added support for multiple houses per character. Accessible on ``Character.houses`` field.
13
+- ``Character.house`` is now deprecated. It will contain the character's first house or ``None``.
14
+
15
.. _v2.3.4:
16
2.3.4 (2019-11-14)
17
==================
tibiapy/__init__.py
@@ -13,7 +13,7 @@
from tibiapy.creature import *
from tibiapy.client import *
-__version__ = '2.3.4'
+__version__ = '2.4.0'
18
from logging import NullHandler
19
0 commit comments