Skip to content

Commit ffe2dbc

Browse files
chore(release): 3.4.2 [skip ci]
## [3.4.2](v3.4.1...v3.4.2) (2020-04-29) ### Bug Fixes * **responsetemplatemanager:** fixed namingconventions self vs. cls ([b52b22d](b52b22d))
1 parent b52b22d commit ffe2dbc

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.4.2](https://github.com/hexonet/python-sdk/compare/v3.4.1...v3.4.2) (2020-04-29)
2+
3+
4+
### Bug Fixes
5+
6+
* **responsetemplatemanager:** fixed namingconventions self vs. cls ([b52b22d](https://github.com/hexonet/python-sdk/commit/b52b22d4a51c1a498870bf5b0e9a9ab73ab8ddbd))
7+
18
## [3.4.1](https://github.com/hexonet/python-sdk/compare/v3.4.0...v3.4.1) (2020-04-29)
29

310

hexonet/apiconnector/__init__.py

Lines changed: 1 addition & 1 deletion
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.1"
10+
__version__ = "3.4.2"
1111
name = "hexonet.apiconnector"

hexonet/apiconnector/apiclient.py

Lines changed: 1 addition & 1 deletion
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.1"
143+
return "3.4.2"
144144

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

0 commit comments

Comments
 (0)