Skip to content

Commit 1c5d57f

Browse files
committed
release v0.2.2
+ updated changelog
1 parent 5406316 commit 1c5d57f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55

66
## [Unreleased][unreleased]
7+
8+
9+
## [0.2.2] - 2018-07-06
710
### Changed
811
- Updated dependencies
912

@@ -33,6 +36,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3336
- example YAML file
3437

3538

36-
[unreleased]: https://github.com/andras-tim/octoconf/compare/v0.2.1...HEAD
39+
[unreleased]: https://github.com/andras-tim/octoconf/compare/v0.2.2...HEAD
40+
[0.2.2]: https://github.com/andras-tim/octoconf/compare/v0.2.1...v0.2.2
3741
[0.2.1]: https://github.com/andras-tim/octoconf/compare/v0.2.0...v0.2.1
3842
[0.2.0]: https://github.com/andras-tim/octoconf/compare/v0.1.0...v0.2.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def read(*path):
2727

2828
setup(
2929
name='octoconf',
30-
version='0.2.1',
30+
version='0.2.2',
3131
url='https://github.com/andras-tim/octoconf',
3232
license='GPLv3',
3333
author='Andras Tim',

0 commit comments

Comments
 (0)