File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 22All notable changes to the "pylintfileheader" pypi package will be documented in this file.
33This project follows [ semantic versioning] ( https://semver.org/ ) .
44
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+
59## 2018-11-28 - v0.0.2
610* ** Added** [ code coverage] ( https://codecov.io/gh/HaaLeo/pylint-file-header )
711* ** Fixed** example usage in the readme
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.0.2 ' ,
16+ version = '0.1.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