Skip to content

Commit 2ec578b

Browse files
committed
Update changelog and version
1 parent 80f9731 commit 2ec578b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
.. _v2.2.4:
10+
11+
2.2.4 (2019-08-20)
12+
==================
13+
14+
- Disabled client compression for POST requests.
15+
916
.. _v2.2.3:
1017

1118
2.2.3 (2019-08-17)

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.2.3'
16+
__version__ = '2.2.4'
1717

1818
from logging import NullHandler
1919

0 commit comments

Comments
 (0)