Skip to content

Commit

Permalink
release v0.2.2
Browse files Browse the repository at this point in the history
+ updated changelog
  • Loading branch information
andras-tim committed Jul 6, 2018
1 parent 5406316 commit 1c5d57f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).


## [Unreleased][unreleased]


## [0.2.2] - 2018-07-06
### Changed
- Updated dependencies

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1c5d57f

Please sign in to comment.