diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d9ec15..6b491ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/wscheck/version.py b/wscheck/version.py index 5a4f2e6..4b3adcd 100644 --- a/wscheck/version.py +++ b/wscheck/version.py @@ -1,4 +1,4 @@ -__version__ = (1, 2, 0) +__version__ = (1, 3, 0) class Version: