Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakyns committed Oct 17, 2017
1 parent 369f091 commit 85bbe9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.7.0] - 2017-10-17

This version adds support for Receipt API, and Source API.

* [Added] Add Receipt API.
* [Added] Add Source API.

## [0.6.0] - 2017-06-12

This version adds support for Forex API, and Search API, Schedule API and Occurrence API and drop and add support Python new version.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Workaround for hardlink problem in Python 2.7+
# See also: http://bugs.python.org/issue8876
if os.environ.get('USER','') == 'vagrant':
if os.environ.get('USER', '') == 'vagrant':
del os.link

try:
Expand All @@ -12,7 +12,7 @@
from distutils.core import setup

setup(name='omise',
version='0.6.0',
version='0.7.0',
description='Omise Python client',
author='Omise',
author_email='[email protected]',
Expand Down

0 comments on commit 85bbe9c

Please sign in to comment.