Skip to content

Commit eb17f3e

Browse files
committed
prepare to release 1.4.0
1 parent 89ca97c commit eb17f3e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
1.4.0 (2019-01-28)
4+
1.4.0
55
-------------------
66
- Fix TypeError thrown when response status is 204 No content
77
- Fix tests for python 3

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. image:: https://travis-ci.org/hyperwallet/python-sdk.svg?branch=master
2-
:target: https://travis-ci.org/hyperwallet/python-sdk/builds
2+
:target: https://travis-ci.org/hyperwallet/python-sdk/builds
33
.. image:: https://coveralls.io/repos/github/hyperwallet/python-sdk/badge.svg?branch=master
4-
:target: https://coveralls.io/github/hyperwallet/python-sdk?branch=master
4+
:target: https://coveralls.io/github/hyperwallet/python-sdk?branch=master
55

66
===========================
77
Hyperwallet REST SDK (Beta)

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def extract_metaitem(meta):
3131
description = extract_metaitem('description'),
3232
long_description = (read('README.rst') + '\n\n' +
3333
read('CHANGELOG.rst')),
34+
long_description_content_type = 'text/x-rst',
3435
maintainer = extract_metaitem('author'),
3536
maintainer_email = extract_metaitem('email'),
3637
packages = find_packages(exclude = ('tests', 'doc')),

0 commit comments

Comments
 (0)