Skip to content

Commit 2e0432a

Browse files
committed
Added support for 'API Version' parameter for Client initialisation.
1 parent 8fe413a commit 2e0432a

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,8 @@ DELETED DO NOT USE!!
110110
* reorganize code
111111
* add user-agent header
112112
* get access_token with async call in async_client
113+
114+
6.0.3 (2019-08-15)
115+
------------------
116+
117+
* Added support for 'API Version' parameter for Client initialisation.

trustpilot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """sloev"""
44
__email__ = 'jgv@trustpilot.com'
5-
__version__ = '6.0.2'
5+
__version__ = '6.0.3'

0 commit comments

Comments
 (0)