Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Prepare v2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Oct 17, 2016
1 parent 79478a2 commit 4812b1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 2.0.1

* Show a nicer message when an invalid point is encountered ([#260](https://github.com/AtomLinter/linter-flake8/pull/260))

## 2.0.0

* Rename `pep8ErrorsToWarnings` to `pycodestyleErrorsToWarnings` (*Breaking*)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "linter-flake8",
"main": "./lib/main.js",
"version": "2.0.0",
"version": "2.0.1",
"description": "Atom linter plugin for Python, using flake8",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 4812b1f

Please sign in to comment.