Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit ace079b

Browse files
committed
Setup the version 1.2.0
1 parent 7760011 commit ace079b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
Changelog
22
=========
33

4-
1.1.5 (current)
4+
1.2.1 (current)
5+
------------------
6+
7+
8+
1.2.0 (2018-12-18)
59
------------------
610

711
- Added Client Token endpoint

hyperwallet/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
__author__ = 'The Hyperwallet Developers'
66
__email__ = '[email protected]'
7-
__copyright__ = 'Copyright (c) 2017 Hyperwallet'
7+
__copyright__ = 'Copyright (c) 2018 Hyperwallet'
88
__license__ = 'MIT'
9-
__version__ = '1.1.5'
9+
__version__ = '1.2.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)