Skip to content

Commit 728d953

Browse files
committed
release v0.2.1
+ updated changelog
1 parent b97088d commit 728d953

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

55

66
## [Unreleased][unreleased]
7+
8+
9+
## [0.2.1] - 2018-06-27
710
### Changed
811
- Small deployment & testing related changes
12+
- Updated dependencies
913

1014

1115
## [0.2.0] - 2016-03-28
@@ -24,5 +28,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2428
- example YAML file
2529

2630

27-
[unreleased]: https://github.com/andras-tim/octoconf/compare/v0.2.0...HEAD
31+
[unreleased]: https://github.com/andras-tim/octoconf/compare/v0.2.1...HEAD
32+
[0.2.1]: https://github.com/andras-tim/octoconf/compare/v0.2.0...v0.2.1
2833
[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.0',
30+
version='0.2.1',
3131
url='https://github.com/andras-tim/octoconf',
3232
license='GPLv3',
3333
author='Andras Tim',

0 commit comments

Comments
 (0)