Skip to content

Commit 65c68db

Browse files
chore(release): 3.7.0 [skip ci]
# [3.7.0](v3.6.0...v3.7.0) (2020-05-07) ### Features * **response:** possibility of placeholder vars in standard responses to improve error details ([393f20c](393f20c))
1 parent 390061e commit 65c68db

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.7.0](https://github.com/hexonet/python-sdk/compare/v3.6.0...v3.7.0) (2020-05-07)
2+
3+
4+
### Features
5+
6+
* **response:** possibility of placeholder vars in standard responses to improve error details ([393f20c](https://github.com/hexonet/python-sdk/commit/393f20cd48dbb5e88a08114eca4b972f395ce805))
7+
18
# [3.6.0](https://github.com/hexonet/python-sdk/compare/v3.5.1...v3.6.0) (2020-05-07)
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.6.0"
10+
__version__ = "3.7.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.6.0"
154+
return "3.7.0"
155155

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

0 commit comments

Comments
 (0)