Skip to content

Commit

Permalink
update changelog for release 0.1.5 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvintaywl authored Feb 15, 2018
1 parent 84989a9 commit 73ac162
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,20 @@

## [Unreleased]

## [0.1.5] - 2018-02-16
### Added
- added MIT license

### Changed
- upgraded version dependencies (non-breaking changes)

## [0.1.4] - 2017-02-26
### Added
- added thorough check on country codes
- added codeclimate test coverage reporting

## [0.1.3] - 2016-06-07
### Changed
- cleaned up fixture files

## [0.1.2] - 2016-06-04
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages


VERSION = '0.1.4'
VERSION = '0.1.5'

requires = [
"colander==1.4.0",
Expand Down

0 comments on commit 73ac162

Please sign in to comment.