File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 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+
18# [ 3.8.0] ( https://github.com/hexonet/python-sdk/compare/v3.7.0...v3.8.0 ) (2020-05-07)
29
310
Original file line number Diff line number Diff line change 77 :license: MIT, see LICENSE for more details.
88"""
99
10- __version__ = "3.8.0 "
10+ __version__ = "3.8.1 "
1111name = "hexonet.apiconnector"
Original file line number Diff line number Diff 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 """
You can’t perform that action at this time.
0 commit comments