Skip to content

Commit 5c79f90

Browse files
committed
Updated version and changelog
1 parent 5ec9920 commit 5c79f90

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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+
.. _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+
915
.. _v2.3.4:
1016
2.3.4 (2019-11-14)
1117
==================

tibiapy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from tibiapy.creature import *
1414
from tibiapy.client import *
1515

16-
__version__ = '2.3.4'
16+
__version__ = '2.4.0'
1717

1818
from logging import NullHandler
1919

0 commit comments

Comments
 (0)