Skip to content

Commit d7cc8c0

Browse files
chore(release): 3.4.1 [skip ci]
## [3.4.1](v3.4.0...v3.4.1) (2020-04-29) ### Bug Fixes * **messaging:** return a specific error template if API response' code or description are missing ([7cd33b4](7cd33b4))
1 parent 56a4acc commit d7cc8c0

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.4.1](https://github.com/hexonet/python-sdk/compare/v3.4.0...v3.4.1) (2020-04-29)
2+
3+
4+
### Bug Fixes
5+
6+
* **messaging:** return a specific error template if API response' code or description are missing ([7cd33b4](https://github.com/hexonet/python-sdk/commit/7cd33b4cae237ae1657599a1f662ec69388971a3))
7+
18
# [3.4.0](https://github.com/hexonet/python-sdk/compare/v3.3.0...v3.4.0) (2020-04-29)
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.4.0"
10+
__version__ = "3.4.1"
1111
name = "hexonet.apiconnector"

hexonet/apiconnector/apiclient.py

+1-1
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.0"
143+
return "3.4.1"
144144

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

0 commit comments

Comments
 (0)