File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
6
6
## [ Unreleased] [ unreleased ]
7
+
8
+
9
+ ## [ 1.1.1] - 2017-11-02
7
10
### Fixed
8
11
- Removed unnecessary test files from the released package
9
12
@@ -82,7 +85,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
82
85
[ WSW005] [ WSC005 ] , [ WSW006] [ WSC006 ] rules)
83
86
84
87
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
86
90
[ 1.1.0 ] : https://github.com/andras-tim/wscheck/compare/v1.0.1...v1.1.0
87
91
[ 1.0.1 ] : https://github.com/andras-tim/wscheck/compare/v1.0.0...v1.0.1
88
92
[ 1.0.0 ] : https://github.com/andras-tim/wscheck/compare/v0.1.6...v1.0.0
Original file line number Diff line number Diff line change 1
- __version__ = (1 , 1 , 0 )
1
+ __version__ = (1 , 1 , 1 )
2
2
3
3
4
4
class Version :
You can’t perform that action at this time.
0 commit comments