We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7760011 commit ace079bCopy full SHA for ace079b
CHANGELOG.rst
@@ -1,7 +1,11 @@
1
Changelog
2
=========
3
4
-1.1.5 (current)
+1.2.1 (current)
5
+------------------
6
+
7
8
+1.2.0 (2018-12-18)
9
------------------
10
11
- Added Client Token endpoint
hyperwallet/__init__.py
@@ -4,9 +4,9 @@
__author__ = 'The Hyperwallet Developers'
__email__ = '[email protected]'
-__copyright__ = 'Copyright (c) 2017 Hyperwallet'
+__copyright__ = 'Copyright (c) 2018 Hyperwallet'
__license__ = 'MIT'
-__version__ = '1.1.5'
+__version__ = '1.2.0'
__url__ = 'https://github.com/hyperwallet/python-sdk'
__download_url__ = 'https://pypi.python.org/pypi/hyperwallet-sdk'
12
__description__ = 'A Python wrapper around the Hyperwallet API'
0 commit comments