File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
8
# [ 3.8.0] ( https://github.com/hexonet/python-sdk/compare/v3.7.0...v3.8.0 ) (2020-05-07)
2
9
3
10
Original file line number Diff line number Diff line change 7
7
:license: MIT, see LICENSE for more details.
8
8
"""
9
9
10
- __version__ = "3.8.0 "
10
+ __version__ = "3.8.1 "
11
11
name = "hexonet.apiconnector"
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ def getVersion(self):
168
168
"""
169
169
Get the current module version
170
170
"""
171
- return "3.8.0 "
171
+ return "3.8.1 "
172
172
173
173
def saveSession (self , session ):
174
174
"""
You can’t perform that action at this time.
0 commit comments