Skip to content

Commit 7e022c6

Browse files
chore(release): 3.8.1 [skip ci]
## [3.8.1](v3.8.0...v3.8.1) (2020-05-23) ### Bug Fixes * **apiclient:** fixed empty ConvertIDN request ([8d4e96d](8d4e96d))
1 parent 8d4e96d commit 7e022c6

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.8.1](https://github.com/hexonet/python-sdk/compare/v3.8.0...v3.8.1) (2020-05-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **apiclient:** fixed empty ConvertIDN request ([8d4e96d](https://github.com/hexonet/python-sdk/commit/8d4e96df2600069fb78d2c098a8219a4fed730cc))
7+
18
# [3.8.0](https://github.com/hexonet/python-sdk/compare/v3.7.0...v3.8.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.8.0"
10+
__version__ = "3.8.1"
1111
name = "hexonet.apiconnector"

hexonet/apiconnector/apiclient.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def getVersion(self):
168168
"""
169169
Get the current module version
170170
"""
171-
return "3.8.0"
171+
return "3.8.1"
172172

173173
def saveSession(self, session):
174174
"""

0 commit comments

Comments
 (0)