Skip to content

Commit

Permalink
🔖 v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HaaLeo committed Dec 28, 2020
1 parent 87fb2ac commit 6fe5f16
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ This project follows [semantic versioning](https://semver.org/).

## Unreleased

[All Changes](https://github.com/HaaLeo/pylint-file-header/compare/v0.3.0...master)

## 2020-12-28 - [v0.3.0](https://github.com/HaaLeo/pylint-file-header/tree/v0.3.0)

### Added
* option `file-header-path` to store the file header in its own file. Contributed by Sergey Vilgelm ([@SVilgelm](https://github.com/SVilgelm))

[All Changes](https://github.com/HaaLeo/pylint-file-header/compare/v0.2.0...v0.3.0)

## 2020-12-28 - [v0.2.0](https://github.com/HaaLeo/pylint-file-header/tree/v0.2.0)

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
setup(
# PEP8: Packages should also have short, all-lowercase names, the use of underscores is discouraged
name='pylintfileheader',
version='0.2.0',
version='0.3.0',
packages=find_packages(exclude=['*test']),
description='Enables pylint to force a consistent file header.',
long_description=LONG_DESCRIPTION,
Expand Down

0 comments on commit 6fe5f16

Please sign in to comment.