Skip to content

Commit

Permalink
Merge pull request #52 from hyperwallet/DTONBWTWO-503-python-V3-prepa…
Browse files Browse the repository at this point in the history
…re-to-deploy-changes

DTONBWTWO-503: updated version and changelog
  • Loading branch information
hlahlou-pp-dev authored Dec 29, 2021
2 parents 68ded29 + da70db4 commit ecbee51
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Changelog
=========
1.7.0
-------------------
- Added missing webhook groups
- Added webhooks for Transfers
- Added taxVerificationStatus to User
- Added Document and RejectReason models
- Updated filters for list endpoints

1.6.0
-------------------
Expand Down
2 changes: 1 addition & 1 deletion hyperwallet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__email__ = '[email protected]'
__copyright__ = 'Copyright (c) 2018 Hyperwallet'
__license__ = 'MIT'
__version__ = '1.6.1'
__version__ = '1.7.0'
__url__ = 'https://github.com/hyperwallet/python-sdk'
__download_url__ = 'https://pypi.python.org/pypi/hyperwallet-sdk'
__description__ = 'A Python wrapper around the Hyperwallet API'
Expand Down

0 comments on commit ecbee51

Please sign in to comment.