Skip to content

Commit 9674696

Browse files
committed
Update changelog and version
1 parent 116b1f1 commit 9674696

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.3.0:
10+
11+
2.3.0 (2019-09-16)
12+
==================
13+
- Added proxy option to client.
14+
915
.. _v2.2.6:
1016

1117
2.2.6 (2019-09-01)

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.6'
16+
__version__ = '2.3.0'
1717

1818
from logging import NullHandler
1919

0 commit comments

Comments
 (0)