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

Commit 91bced0

Browse files
committed
Prepare v2.1.0 release
1 parent cf9c054 commit 91bced0

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
## [v2.1.0](https://github.com/AtomLinter/linter-pylint/tree/v2.1.0) (2017-05-10)
4+
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v2.0.1...v2.1.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Update atom-linter to v10.0.0 🚀 [\#211](https://github.com/AtomLinter/linter-pylint/pull/211) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
9+
- Add path placeholder for project name [\#210](https://github.com/AtomLinter/linter-pylint/pull/210) ([nrth](https://github.com/nrth))
10+
11+
**Fixed bugs:**
12+
13+
- PYTHONPATH hacks break inner pylint imports [\#104](https://github.com/AtomLinter/linter-pylint/issues/104)
14+
- Remove hardcoded PYTHONPATH hack. [\#213](https://github.com/AtomLinter/linter-pylint/pull/213) ([ddaanet](https://github.com/ddaanet))
15+
316
## [v2.0.1](https://github.com/AtomLinter/linter-pylint/tree/v2.0.1) (2017-03-30)
417
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v2.0.0...v2.0.1)
518

@@ -31,7 +44,7 @@
3144

3245
- Update eslint-config-airbnb-base to v11.1.1 [\#203](https://github.com/AtomLinter/linter-pylint/pull/203) ([Arcanemagus](https://github.com/Arcanemagus))
3346
- Update CI configuration [\#202](https://github.com/AtomLinter/linter-pylint/pull/202) ([Arcanemagus](https://github.com/Arcanemagus))
34-
- Update atom-linter to the latest version 🚀 [\#198](https://github.com/AtomLinter/linter-pylint/pull/198) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
47+
- Update atom-linter to v9.0.0 🚀 [\#198](https://github.com/AtomLinter/linter-pylint/pull/198) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
3548
- Update dependencies to enable Greenkeeper 🌴 [\#196](https://github.com/AtomLinter/linter-pylint/pull/196) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
3649
- Update eslint-config-airbnb-base to version 8.0.0 🚀 [\#186](https://github.com/AtomLinter/linter-pylint/pull/186) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
3750

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.1",
4+
"version": "2.1.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)