File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6
6
## [ Unreleased] [ unreleased ]
7
7
8
8
9
+ ## [ 0.1.4] - 2016-08-11
10
+ ### Fixed
11
+ - KeyError: 'row' in printer.py:15 - issue #1
12
+
13
+
9
14
## [ 0.1.3] - 2016-08-05
10
15
### Added
11
16
- Covered code with tests
@@ -30,7 +35,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
30
35
- `` wscheck `` lib with command line bin
31
36
32
37
33
- [ unreleased ] : https://github.com/andras-tim/wscheck/compare/v0.1.3...HEAD
38
+ [ unreleased ] : https://github.com/andras-tim/wscheck/compare/v0.1.4...HEAD
39
+ [ 0.1.4 ] : https://github.com/andras-tim/wscheck/compare/v0.1.3...v0.1.4
34
40
[ 0.1.3 ] : https://github.com/andras-tim/wscheck/compare/v0.1.2...v0.1.3
35
41
[ 0.1.2 ] : https://github.com/andras-tim/wscheck/compare/v0.1.1...v0.1.2
36
42
[ 0.1.1 ] : https://github.com/andras-tim/wscheck/compare/v0.1.0...v0.1.1
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def read(*path):
33
33
34
34
setup (
35
35
name = 'wscheck' ,
36
- version = '0.1.3 ' ,
36
+ version = '0.1.4 ' ,
37
37
url = 'https://github.com/andras-tim/wscheck' ,
38
38
license = 'GPLv3' ,
39
39
author = 'Andras Tim' ,
You can’t perform that action at this time.
0 commit comments