Skip to content

Commit ecbee51

Browse files
Merge pull request #52 from hyperwallet/DTONBWTWO-503-python-V3-prepare-to-deploy-changes
DTONBWTWO-503: updated version and changelog
2 parents 68ded29 + da70db4 commit ecbee51

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Changelog
22
=========
3+
1.7.0
4+
-------------------
5+
- Added missing webhook groups
6+
- Added webhooks for Transfers
7+
- Added taxVerificationStatus to User
8+
- Added Document and RejectReason models
9+
- Updated filters for list endpoints
310

411
1.6.0
512
-------------------

hyperwallet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__email__ = 'devsupport@hyperwallet.com'
77
__copyright__ = 'Copyright (c) 2018 Hyperwallet'
88
__license__ = 'MIT'
9-
__version__ = '1.6.1'
9+
__version__ = '1.7.0'
1010
__url__ = 'https://github.com/hyperwallet/python-sdk'
1111
__download_url__ = 'https://pypi.python.org/pypi/hyperwallet-sdk'
1212
__description__ = 'A Python wrapper around the Hyperwallet API'

0 commit comments

Comments
 (0)