We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe413a commit 2e0432aCopy full SHA for 2e0432a
2 files changed
HISTORY.rst
@@ -110,3 +110,8 @@ DELETED DO NOT USE!!
110
* reorganize code
111
* add user-agent header
112
* 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
@@ -2,4 +2,4 @@
2
3
__author__ = """sloev"""
4
__email__ = 'jgv@trustpilot.com'
5
-__version__ = '6.0.2'
+__version__ = '6.0.3'
0 commit comments