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

Commit 61ee45a

Browse files
committed
Prepare v2.0.0 release
1 parent b901779 commit 61ee45a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## [v2.0.0](https://github.com/AtomLinter/linter-pylint/tree/v2.0.0) (2017-03-29)
4+
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.2.3...v2.0.0)
5+
6+
**Implemented enhancements:**
7+
8+
- 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)
10+
- PyLint console does not contain any web hyperlinks + unable to copy/paste [\#77](https://github.com/AtomLinter/linter-pylint/issues/77)
11+
- Linter v2 [\#205](https://github.com/AtomLinter/linter-pylint/pull/205) ([Arcanemagus](https://github.com/Arcanemagus))
12+
13+
**Fixed bugs:**
14+
15+
- IOError using %p/%f in rcFile [\#199](https://github.com/AtomLinter/linter-pylint/issues/199)
16+
- Relative imports not working \(Django\) [\#110](https://github.com/AtomLinter/linter-pylint/issues/110)
17+
- 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)
18+
- Linter v2 [\#205](https://github.com/AtomLinter/linter-pylint/pull/205) ([Arcanemagus](https://github.com/Arcanemagus))
19+
320
## [v1.2.3](https://github.com/AtomLinter/linter-pylint/tree/v1.2.3) (2017-03-18)
421
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.2.2...v1.2.3)
522

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": "1.2.3",
4+
"version": "2.0.0",
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)