From 69c074ff751fad55dfc8a71a59f94606ea3a0de3 Mon Sep 17 00:00:00 2001 From: Andras Tim Date: Thu, 18 Oct 2018 03:24:34 +0200 Subject: [PATCH] Release v1.2.0 --- CHANGELOG.md | 6 +++++- wscheck/version.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01ef64e..1a7a3c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] + + +## [1.2.0] - 2018-10-18 ### Added - Added `--quick-benchmark` for Travis can check assertions of performance tests too - Added Python3 support @@ -98,7 +101,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). [WSW005][WSC005], [WSW006][WSC006] rules) -[unreleased]: https://github.com/andras-tim/wscheck/compare/v1.1.2...HEAD +[unreleased]: https://github.com/andras-tim/wscheck/compare/v1.2.0...HEAD +[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 [1.1.0]: https://github.com/andras-tim/wscheck/compare/v1.0.1...v1.1.0 diff --git a/wscheck/version.py b/wscheck/version.py index d1f57d3..5a4f2e6 100644 --- a/wscheck/version.py +++ b/wscheck/version.py @@ -1,4 +1,4 @@ -__version__ = (1, 1, 2) +__version__ = (1, 2, 0) class Version: