Skip to content

Commit 057368e

Browse files
committed
🔖 v0.1.0
1 parent 3992a52 commit 057368e

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
@@ -2,6 +2,10 @@
22
All notable changes to the "pylintfileheader" pypi package will be documented in this file.
33
This 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

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.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,

0 commit comments

Comments
 (0)