Skip to content
This repository has been archived by the owner on May 31, 2019. It is now read-only.

Commit

Permalink
Bump version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Jan 1, 2017
1 parent 2f14476 commit a6e9790
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGES
=======

0.1.5 (2017-01-01)
------------------

* Refactor Response classes.
* Split environs to requests.py and responses.py
* Remove Config class.

0.1.4 (2017-01-01)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
BASE_PATH = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(BASE_PATH, 'README.rst')).read()

__version__ = '0.1.4'
__version__ = '0.1.5'
__author__ = 'Masashi Shibata <contact@c-bata.link>'
__author_email__ = 'contact@c-bata.link'
__license__ = 'MIT License'
Expand Down

0 comments on commit a6e9790

Please sign in to comment.