From 1c5d57f68135087becb8e5e642e16fbc66d8b857 Mon Sep 17 00:00:00 2001 From: Andras Tim Date: Fri, 6 Jul 2018 11:36:36 +0200 Subject: [PATCH] release v0.2.2 + updated changelog --- CHANGELOG.md | 6 +++++- setup.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9917139..e03afd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] + + +## [0.2.2] - 2018-07-06 ### Changed - Updated dependencies @@ -33,6 +36,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - example YAML file -[unreleased]: https://github.com/andras-tim/octoconf/compare/v0.2.1...HEAD +[unreleased]: https://github.com/andras-tim/octoconf/compare/v0.2.2...HEAD +[0.2.2]: https://github.com/andras-tim/octoconf/compare/v0.2.1...v0.2.2 [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 b36ecae..c47a543 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def read(*path): setup( name='octoconf', - version='0.2.1', + version='0.2.2', url='https://github.com/andras-tim/octoconf', license='GPLv3', author='Andras Tim',