Skip to content

Commit 2786d17

Browse files
chore(release): 3.5.0 [skip ci]
# [3.5.0](v3.4.2...v3.5.0) (2020-04-30) ### Features * **response:** added getCommandPlain (getting used command in plain text) ([2efab17](2efab17))
1 parent 2efab17 commit 2786d17

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
@@ -140,7 +140,7 @@ def getVersion(self):
140140
"""
141141
Get the current module version
142142
"""
143-
return "3.4.2"
143+
return "3.5.0"
144144

145145
def saveSession(self, session):
146146
"""

0 commit comments

Comments
 (0)