Skip to content

Commit 202ed3e

Browse files
chore(release): 3.5.1 [skip ci]
## [3.5.1](v3.5.0...v3.5.1) (2020-04-30) ### Bug Fixes * **security:** replace passwords whereever they could be used for output ([9215b87](9215b87))
1 parent 49942ca commit 202ed3e

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.5.1](https://github.com/hexonet/python-sdk/compare/v3.5.0...v3.5.1) (2020-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **security:** replace passwords whereever they could be used for output ([9215b87](https://github.com/hexonet/python-sdk/commit/9215b87e5353cbd2c9ce43c24099b1732104a879))
7+
18
# [3.5.0](https://github.com/hexonet/python-sdk/compare/v3.4.2...v3.5.0) (2020-04-30)
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.5.0"
10+
__version__ = "3.5.1"
1111
name = "hexonet.apiconnector"

hexonet/apiconnector/apiclient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def getVersion(self):
147147
"""
148148
Get the current module version
149149
"""
150-
return "3.5.0"
150+
return "3.5.1"
151151

152152
def saveSession(self, session):
153153
"""

0 commit comments

Comments
 (0)