File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to the "pylintfileheader" pypi package will be documented in this file.
3
3
This project follows [ semantic versioning] ( https://semver.org/ ) .
4
4
5
+ ## 2019-10-30 - v0.1.0
6
+ * ** DEPRECATED** python 2.7 support: The next major release will drop support for python 2.7
7
+ * ** Added** [ CI jobs] ( https://travis-ci.org/HaaLeo/pylint-file-header ) to test against all supported python versions
8
+
5
9
## 2018-11-28 - v0.0.2
6
10
* ** Added** [ code coverage] ( https://codecov.io/gh/HaaLeo/pylint-file-header )
7
11
* ** Fixed** example usage in the readme
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.0.2 ' ,
16
+ version = '0.1.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