We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab0e6f1 commit 6a227abCopy full SHA for 6a227ab
2 files changed
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+1.1.1 (2017-10-11)
5
+------------------
6
+
7
+- Bumped version and first public release!
8
9
1.1.0 (2017-09-29)
10
------------------
11
hyperwallet/__init__.py
@@ -6,7 +6,7 @@
__email__ = 'devsupport@hyperwallet.com'
__copyright__ = 'Copyright (c) 2017 Hyperwallet'
__license__ = 'MIT'
-__version__ = '1.1.0'
+__version__ = '1.1.1'
__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