File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
6
6
## [ Unreleased] [ unreleased ]
7
+
8
+
9
+ ## [ 0.2.0] - 2016-03-28
10
+ ### Added
11
+ - Added [ include] ( https://github.com/andras-tim/octoconf/blob/v0.2.0/docs/features.rst#includes ) feature
12
+
7
13
### Changed
8
- - Replaced `` octoconf.read(<filename>) `` function with `` octoconf.load(<stream>) `` and `` octoconf.loads(<string>) ` ` for
14
+ - Replaced ` octoconf.read(<filename>) ` function with ` octoconf.load(<stream>) ` and ` octoconf.loads(<string>) ` for
9
15
better fit to the standards.
10
- - Pylint ready code
16
+ - Improved code quality (added some error handlers and tests was rewritten, Pylint ready code)
11
17
12
18
13
19
## 0.1.0 - 2016-03-23
@@ -16,4 +22,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
16
22
- example YAML file
17
23
18
24
19
- [ unreleased ] : https://github.com/andras-tim/octoconf/compare/v0.1.0...HEAD
25
+ [ unreleased ] : https://github.com/andras-tim/octoconf/compare/v0.2.0...HEAD
26
+ [ 0.2.0 ] : https://github.com/andras-tim/octoconf/compare/v0.1.0...v0.2.0
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def read(*path):
32
32
33
33
setup (
34
34
name = 'octoconf' ,
35
- version = '0.1 .0' ,
35
+ version = '0.2 .0' ,
36
36
url = 'https://github.com/andras-tim/octoconf' ,
37
37
bugtrack_url = 'https://github.com/andras-tim/octoconf/issues' ,
38
38
license = 'GPLv3' ,
You can’t perform that action at this time.
0 commit comments