Skip to content

Commit 390061e

Browse files
Merge branch 'master' of https://github.com/hexonet/python-sdk
2 parents 393f20c + a7acaef commit 390061e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

HISTORY.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.6.0](https://github.com/hexonet/python-sdk/compare/v3.5.1...v3.6.0) (2020-05-07)
2+
3+
4+
### Features
5+
6+
* **apiclient:** allow to specify additional libraries via setUserAgent ([3100656](https://github.com/hexonet/python-sdk/commit/310065612ac70376c93d93dc6fecb257bd6340b1))
7+
18
## [3.5.1](https://github.com/hexonet/python-sdk/compare/v3.5.0...v3.5.1) (2020-04-30)
29

310

hexonet/apiconnector/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
:license: MIT, see LICENSE for more details.
88
"""
99

10-
__version__ = "3.5.1"
10+
__version__ = "3.6.0"
1111
name = "hexonet.apiconnector"

hexonet/apiconnector/apiclient.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def getVersion(self):
151151
"""
152152
Get the current module version
153153
"""
154-
return "3.5.1"
154+
return "3.6.0"
155155

156156
def saveSession(self, session):
157157
"""

0 commit comments

Comments
 (0)