Skip to content

Commit adb71eb

Browse files
committed
Release v1.1.1
1 parent ec44c4c commit adb71eb

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.1.1] - 2017-11-02
710
### Fixed
811
- Removed unnecessary test files from the released package
912

@@ -82,7 +85,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8285
[WSW005][WSC005], [WSW006][WSC006] rules)
8386

8487

85-
[unreleased]: https://github.com/andras-tim/wscheck/compare/v1.1.0...HEAD
88+
[unreleased]: https://github.com/andras-tim/wscheck/compare/v1.1.1...HEAD
89+
[1.1.1]: https://github.com/andras-tim/wscheck/compare/v1.1.0...v1.1.1
8690
[1.1.0]: https://github.com/andras-tim/wscheck/compare/v1.0.1...v1.1.0
8791
[1.0.1]: https://github.com/andras-tim/wscheck/compare/v1.0.0...v1.0.1
8892
[1.0.0]: https://github.com/andras-tim/wscheck/compare/v0.1.6...v1.0.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, 0)
1+
__version__ = (1, 1, 1)
22

33

44
class Version:

0 commit comments

Comments
 (0)