Skip to content

Commit a7acaef

Browse files
chore(release): 3.6.0 [skip ci]
# [3.6.0](v3.5.1...v3.6.0) (2020-05-07) ### Features * **apiclient:** allow to specify additional libraries via setUserAgent ([3100656](3100656))
1 parent 3100656 commit a7acaef

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)