diff --git a/CHANGELOG.md b/CHANGELOG.md index 41bcd4a..f680e6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] + + +## [0.2.1] - 2018-06-27 ### Changed - Small deployment & testing related changes +- Updated dependencies ## [0.2.0] - 2016-03-28 @@ -24,5 +28,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - example YAML file -[unreleased]: https://github.com/andras-tim/octoconf/compare/v0.2.0...HEAD +[unreleased]: https://github.com/andras-tim/octoconf/compare/v0.2.1...HEAD +[0.2.1]: https://github.com/andras-tim/octoconf/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/andras-tim/octoconf/compare/v0.1.0...v0.2.0 diff --git a/setup.py b/setup.py index 4a26db2..b36ecae 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def read(*path): setup( name='octoconf', - version='0.2.0', + version='0.2.1', url='https://github.com/andras-tim/octoconf', license='GPLv3', author='Andras Tim',