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 80f9731 commit 2ec578bCopy full SHA for 2ec578b
CHANGELOG.rst
@@ -6,6 +6,13 @@ 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.2.4:
10
+
11
+2.2.4 (2019-08-20)
12
+==================
13
14
+- Disabled client compression for POST requests.
15
16
.. _v2.2.3:
17
18
2.2.3 (2019-08-17)
tibiapy/__init__.py
@@ -13,7 +13,7 @@
from tibiapy.creature import *
from tibiapy.client import *
-__version__ = '2.2.3'
+__version__ = '2.2.4'
from logging import NullHandler
19
0 commit comments