Skip to content

Commit d4a4f15

Browse files
chore(release): 3.4.0 [skip ci]
# [3.4.0](v3.3.0...v3.4.0) (2020-04-29) ### Features * **apiclient:** support the `High Performance Proxy Setup`. see README.md ([d66d495](d66d495))
1 parent d66d495 commit d4a4f15

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: HISTORY.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.4.0](https://github.com/hexonet/python-sdk/compare/v3.3.0...v3.4.0) (2020-04-29)
2+
3+
4+
### Features
5+
6+
* **apiclient:** support the `High Performance Proxy Setup`. see README.md ([d66d495](https://github.com/hexonet/python-sdk/commit/d66d495b0033bb9e6adcf7e9b7adb27c4eda63dd))
7+
18
# [3.3.0](https://github.com/hexonet/python-sdk/compare/v3.2.2...v3.3.0) (2020-04-29)
29

310

Diff for: 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.3.0"
10+
__version__ = "3.4.0"
1111
name = "hexonet.apiconnector"

Diff for: 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.3.0"
143+
return "3.4.0"
144144

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

0 commit comments

Comments
 (0)