Skip to content

Commit

Permalink
🔖 v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HaaLeo committed Oct 30, 2019
1 parent 3992a52 commit 057368e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to the "pylintfileheader" pypi package will be documented in this file.
This project follows [semantic versioning](https://semver.org/).

## 2019-10-30 - v0.1.0
* **DEPRECATED** python 2.7 support: The next major release will drop support for python 2.7
* **Added** [CI jobs](https://travis-ci.org/HaaLeo/pylint-file-header) to test against all supported python versions

## 2018-11-28 - v0.0.2
* **Added** [code coverage](https://codecov.io/gh/HaaLeo/pylint-file-header)
* **Fixed** example usage in the readme
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.0.2',
version='0.1.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 057368e

Please sign in to comment.