Skip to content

Commit 49942ca

Browse files
Merge branch 'master' of https://github.com/hexonet/python-sdk
2 parents 9215b87 + 2786d17 commit 49942ca

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.5.0](https://github.com/hexonet/python-sdk/compare/v3.4.2...v3.5.0) (2020-04-30)
2+
3+
4+
### Features
5+
6+
* **response:** added getCommandPlain (getting used command in plain text) ([2efab17](https://github.com/hexonet/python-sdk/commit/2efab17a99402a849ad6ef712458b32a9b4594b9))
7+
18
## [3.4.2](https://github.com/hexonet/python-sdk/compare/v3.4.1...v3.4.2) (2020-04-29)
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.4.2"
10+
__version__ = "3.5.0"
1111
name = "hexonet.apiconnector"

hexonet/apiconnector/apiclient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def getVersion(self):
147147
"""
148148
Get the current module version
149149
"""
150-
return "3.4.2"
150+
return "3.5.0"
151151

152152
def saveSession(self, session):
153153
"""

0 commit comments

Comments
 (0)