Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andras-tim committed Oct 31, 2018
1 parent eff2264 commit d2ef299
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).


## [Unreleased][unreleased]


## [1.3.0] - 2018-10-31
### Added
- Added `--color` to highlight console output

Expand Down Expand Up @@ -103,7 +106,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[WSW005][WSC005], [WSW006][WSC006] rules)


[unreleased]: https://github.com/andras-tim/wscheck/compare/v1.2.0...HEAD
[unreleased]: https://github.com/andras-tim/wscheck/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/andras-tim/wscheck/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/andras-tim/wscheck/compare/v1.1.2...v1.2.0
[1.1.2]: https://github.com/andras-tim/wscheck/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/andras-tim/wscheck/compare/v1.1.0...v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion wscheck/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = (1, 2, 0)
__version__ = (1, 3, 0)


class Version:
Expand Down

0 comments on commit d2ef299

Please sign in to comment.