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

Commit f4b2d6a

Browse files
committed
Prepare v2.0.1 release
1 parent 7146385 commit f4b2d6a

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
# Change Log
22

3+
## [v2.0.1](https://github.com/AtomLinter/linter-pylint/tree/v2.0.1) (2017-03-30)
4+
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v2.0.0...v2.0.1)
5+
6+
**Fixed bugs:**
7+
8+
- linter-pylint wont work after update to 2.0.0 [\#206](https://github.com/AtomLinter/linter-pylint/issues/206)
9+
- Rename range to position [\#207](https://github.com/AtomLinter/linter-pylint/pull/207) ([Arcanemagus](https://github.com/Arcanemagus))
10+
311
## [v2.0.0](https://github.com/AtomLinter/linter-pylint/tree/v2.0.0) (2017-03-29)
412
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.2.3...v2.0.0)
513

614
**Implemented enhancements:**
715

816
- Error running Pylint Error: Process execution timed out [\#204](https://github.com/AtomLinter/linter-pylint/issues/204)
9-
- Rename executable to executablePath [\#153](https://github.com/AtomLinter/linter-pylint/issues/153)
1017
- PyLint console does not contain any web hyperlinks + unable to copy/paste [\#77](https://github.com/AtomLinter/linter-pylint/issues/77)
18+
- Rename executable to executablePath [\#153](https://github.com/AtomLinter/linter-pylint/issues/153)
1119
- Linter v2 [\#205](https://github.com/AtomLinter/linter-pylint/pull/205) ([Arcanemagus](https://github.com/Arcanemagus))
1220

1321
**Fixed bugs:**
1422

15-
- IOError using %p/%f in rcFile [\#199](https://github.com/AtomLinter/linter-pylint/issues/199)
1623
- Relative imports not working \(Django\) [\#110](https://github.com/AtomLinter/linter-pylint/issues/110)
1724
- Bad warning: C0103 invalid module name "atom-linter\_7080..." at line 1 col 0 in .../\_\_init\_\_.py [\#57](https://github.com/AtomLinter/linter-pylint/issues/57)
1825
- Linter v2 [\#205](https://github.com/AtomLinter/linter-pylint/pull/205) ([Arcanemagus](https://github.com/Arcanemagus))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "linter-pylint",
33
"main": "./lib/main.js",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"private": true,
66
"description": "Lint python on the fly, using pylint",
77
"repository": "https://github.com/AtomLinter/linter-pylint",

0 commit comments

Comments
 (0)