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 116b1f1 commit 9674696Copy full SHA for 9674696
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.3.0:
10
+
11
+2.3.0 (2019-09-16)
12
+==================
13
+- Added proxy option to client.
14
15
.. _v2.2.6:
16
17
2.2.6 (2019-09-01)
tibiapy/__init__.py
@@ -13,7 +13,7 @@
from tibiapy.creature import *
from tibiapy.client import *
-__version__ = '2.2.6'
+__version__ = '2.3.0'
18
from logging import NullHandler
19
0 commit comments