Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andras-tim committed Oct 18, 2018
1 parent 57ed654 commit 69c074f
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.2.0] - 2018-10-18
### Added
- Added `--quick-benchmark` for Travis can check assertions of performance tests too
- Added Python3 support
Expand Down Expand Up @@ -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
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, 1, 2)
__version__ = (1, 2, 0)


class Version:
Expand Down

0 comments on commit 69c074f

Please sign in to comment.