File tree 4 files changed +21
-2
lines changed
4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change
1
+ # [ 3.8.0] ( https://github.com/hexonet/python-sdk/compare/v3.7.0...v3.8.0 ) (2020-05-07)
2
+
3
+
4
+ ### Features
5
+
6
+ * ** logger:** possibility to override debug mode's default logging mechanism ([ 944d9de] ( https://github.com/hexonet/python-sdk/commit/944d9de24e9f391511ace3ce582bb49b0d8be347 ) )
7
+
1
8
# [ 3.7.0] ( https://github.com/hexonet/python-sdk/compare/v3.6.0...v3.7.0 ) (2020-05-07)
2
9
3
10
Original file line number Diff line number Diff line change @@ -22,6 +22,18 @@ Submodules
22
22
:show-inheritance:
23
23
24
24
25
+ .. automodule :: hexonet.apiconnector.customlogger
26
+ :members:
27
+ :undoc-members:
28
+ :show-inheritance:
29
+
30
+
31
+ .. automodule :: hexonet.apiconnector.logger
32
+ :members:
33
+ :undoc-members:
34
+ :show-inheritance:
35
+
36
+
25
37
.. automodule :: hexonet.apiconnector.record
26
38
:members:
27
39
:undoc-members:
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.7 .0"
10
+ __version__ = "3.8 .0"
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.7 .0"
171
+ return "3.8 .0"
172
172
173
173
def saveSession (self , session ):
174
174
"""
You can’t perform that action at this time.
0 commit comments