Skip to content

Commit 78a7f5e

Browse files
committed
🔖 v0.3.1
1 parent 04a4634 commit 78a7f5e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This project follows [semantic versioning](https://semver.org/).
66

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

9+
## 2021-09-17 - [v0.3.1]
10+
### Fixed
11+
* how the file header and files are read. Now windows' CRLF line breaks are supported. Thx to Piotr Kasprzyk ([@pkasprzyk](https://github.com/pkasprzyk)).
12+
913
## 2020-12-28 - [v0.3.0](https://github.com/HaaLeo/pylint-file-header/tree/v0.3.0)
1014

1115
### Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
setup(
1414
# PEP8: Packages should also have short, all-lowercase names, the use of underscores is discouraged
1515
name='pylintfileheader',
16-
version='0.3.0',
16+
version='0.3.1',
1717
packages=find_packages(exclude=['*test']),
1818
description='Enables pylint to force a consistent file header.',
1919
long_description=LONG_DESCRIPTION,

0 commit comments

Comments
 (0)