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.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
+
1
8
## [ 3.4.1] ( https://github.com/hexonet/python-sdk/compare/v3.4.0...v3.4.1 ) (2020-04-29)
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.4.1 "
10
+ __version__ = "3.4.2 "
11
11
name = "hexonet.apiconnector"
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ def getVersion(self):
140
140
"""
141
141
Get the current module version
142
142
"""
143
- return "3.4.1 "
143
+ return "3.4.2 "
144
144
145
145
def saveSession (self , session ):
146
146
"""
You can’t perform that action at this time.
0 commit comments