Skip to content

Commit 0bcb33d

Browse files
committed
release 0.1.4
1 parent 41c6a6b commit 0bcb33d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
## [Unreleased][unreleased]
77

88

9+
## [0.1.4] - 2016-08-11
10+
### Fixed
11+
- KeyError: 'row' in printer.py:15 - issue #1
12+
13+
914
## [0.1.3] - 2016-08-05
1015
### Added
1116
- Covered code with tests
@@ -30,7 +35,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3035
- ``wscheck`` lib with command line bin
3136

3237

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
3440
[0.1.3]: https://github.com/andras-tim/wscheck/compare/v0.1.2...v0.1.3
3541
[0.1.2]: https://github.com/andras-tim/wscheck/compare/v0.1.1...v0.1.2
3642
[0.1.1]: https://github.com/andras-tim/wscheck/compare/v0.1.0...v0.1.1

setup.py

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

3434
setup(
3535
name='wscheck',
36-
version='0.1.3',
36+
version='0.1.4',
3737
url='https://github.com/andras-tim/wscheck',
3838
license='GPLv3',
3939
author='Andras Tim',

0 commit comments

Comments
 (0)