Skip to content

Commit 69c074f

Browse files
committed
Release v1.2.0
1 parent 57ed654 commit 69c074f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55

66
## [Unreleased][unreleased]
7+
8+
9+
## [1.2.0] - 2018-10-18
710
### Added
811
- Added `--quick-benchmark` for Travis can check assertions of performance tests too
912
- Added Python3 support
@@ -98,7 +101,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
98101
[WSW005][WSC005], [WSW006][WSC006] rules)
99102

100103

101-
[unreleased]: https://github.com/andras-tim/wscheck/compare/v1.1.2...HEAD
104+
[unreleased]: https://github.com/andras-tim/wscheck/compare/v1.2.0...HEAD
105+
[1.2.0]: https://github.com/andras-tim/wscheck/compare/v1.1.2...v1.2.0
102106
[1.1.2]: https://github.com/andras-tim/wscheck/compare/v1.1.1...v1.1.2
103107
[1.1.1]: https://github.com/andras-tim/wscheck/compare/v1.1.0...v1.1.1
104108
[1.1.0]: https://github.com/andras-tim/wscheck/compare/v1.0.1...v1.1.0

wscheck/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = (1, 1, 2)
1+
__version__ = (1, 2, 0)
22

33

44
class Version:

0 commit comments

Comments
 (0)