File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ This project follows [semantic versioning](https://semver.org/).
44
55## Unreleased
66
7+ [ All Changes] ( https://github.com/HaaLeo/pylint-file-header/compare/v0.3.0...master )
8+
9+ ## 2020-12-28 - [ v0.3.0] ( https://github.com/HaaLeo/pylint-file-header/tree/v0.3.0 )
10+
11+ ### Added
12+ * option ` file-header-path ` to store the file header in its own file. Contributed by Sergey Vilgelm ([ @SVilgelm ] ( https://github.com/SVilgelm ) )
13+
14+ [ All Changes] ( https://github.com/HaaLeo/pylint-file-header/compare/v0.2.0...v0.3.0 )
15+
716## 2020-12-28 - [ v0.2.0] ( https://github.com/HaaLeo/pylint-file-header/tree/v0.2.0 )
817
918### Added
Original file line number Diff line number Diff line change 1313setup (
1414 # PEP8: Packages should also have short, all-lowercase names, the use of underscores is discouraged
1515 name = 'pylintfileheader' ,
16- version = '0.2 .0' ,
16+ version = '0.3 .0' ,
1717 packages = find_packages (exclude = ['*test' ]),
1818 description = 'Enables pylint to force a consistent file header.' ,
1919 long_description = LONG_DESCRIPTION ,
You can’t perform that action at this time.
0 commit comments