File tree 2 files changed +10
-1
lines changed
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/).
4
4
5
5
## Unreleased
6
6
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
+
7
16
## 2020-12-28 - [ v0.2.0] ( https://github.com/HaaLeo/pylint-file-header/tree/v0.2.0 )
8
17
9
18
### Added
Original file line number Diff line number Diff line change 13
13
setup (
14
14
# PEP8: Packages should also have short, all-lowercase names, the use of underscores is discouraged
15
15
name = 'pylintfileheader' ,
16
- version = '0.2 .0' ,
16
+ version = '0.3 .0' ,
17
17
packages = find_packages (exclude = ['*test' ]),
18
18
description = 'Enables pylint to force a consistent file header.' ,
19
19
long_description = LONG_DESCRIPTION ,
You can’t perform that action at this time.
0 commit comments