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

Commit

Permalink
Prepare v1.13.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Sep 2, 2016
1 parent 820fd02 commit 887b973
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## 1.13.3

* Better handling of F401 errors ([#218](https://github.com/AtomLinter/linter-flake8/pull/218))
* Override any format specified in configuration ([#217](https://github.com/AtomLinter/linter-flake8/pull/217))
* Remove references to PEP8 ([#205](https://github.com/AtomLinter/linter-flake8/pull/205))
* Dependency updates

## 1.13.2

* Bump minimum atom-linter version
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "linter-flake8",
"main": "./lib/main",
"version": "1.13.2",
"version": "1.13.3",
"description": "Atom linter plugin for Python, using flake8",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 887b973

Please sign in to comment.