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

Commit

Permalink
Prepare v2.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Nov 30, 2016
1 parent d9644fb commit 013350b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,14 @@
# Change Log

## [v2.1.2](https://github.com/AtomLinter/linter-flake8/tree/v2.1.2) (2016-11-28)
## [v2.1.3](https://github.com/AtomLinter/linter-flake8/tree/v2.1.3) (2016-11-30)
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.1.2...v2.1.3)

**Fixed bugs:**

- Multiple $PROJECT not work [\#290](https://github.com/AtomLinter/linter-flake8/issues/290)
- Added "g" flag to project path replacement [\#291](https://github.com/AtomLinter/linter-flake8/pull/291) ([hiroaki-yamamoto](https://github.com/hiroaki-yamamoto))

## [v2.1.2](https://github.com/AtomLinter/linter-flake8/tree/v2.1.2) (2016-11-29)
[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.1.1...v2.1.2)

**Implemented enhancements:**
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "linter-flake8",
"main": "./lib/main.js",
"version": "2.1.2",
"version": "2.1.3",
"description": "Atom linter plugin for Python, using flake8",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 013350b

Please sign in to comment.