From 80b70943063efeb8da9766f77602f1dcea4576bc Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Sat, 22 Jul 2017 10:24:41 +1000 Subject: [PATCH] new version --- CHANGELOG.md | 3 +++ README.md | 3 +++ package.json | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 490836b4a5db..dc40d3d3a4a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### Version 0.6.9 (22 July 2017) +* Fix to enure custom linter paths are respected [#1106](https://github.com/DonJayamanne/pythonVSCode/issues/1106) + ### Version 0.6.8 (20 July 2017) * Add new editor menu 'Run Current Unit Test File' [#1061](https://github.com/DonJayamanne/pythonVSCode/issues/1061) * Changed 'mypy-lang' to mypy [#930](https://github.com/DonJayamanne/pythonVSCode/issues/930), [#998](https://github.com/DonJayamanne/pythonVSCode/issues/998), [#505](https://github.com/DonJayamanne/pythonVSCode/issues/505) diff --git a/README.md b/README.md index 92810122f510..fcca1c0d990f 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,9 @@ For further information and details continue through to the [documentation](http ## [Change Log](https://github.com/DonJayamanne/pythonVSCode/blob/master/CHANGELOG.md) +### Version 0.6.9 (22 July 2017) +* Fix to enure custom linter paths are respected [#1106](https://github.com/DonJayamanne/pythonVSCode/issues/1106) + ### Version 0.6.8 (20 July 2017) * Add new editor menu 'Run Current Unit Test File' [#1061](https://github.com/DonJayamanne/pythonVSCode/issues/1061) * Changed 'mypy-lang' to mypy [#930](https://github.com/DonJayamanne/pythonVSCode/issues/930), [#998](https://github.com/DonJayamanne/pythonVSCode/issues/998), [#505](https://github.com/DonJayamanne/pythonVSCode/issues/505) diff --git a/package.json b/package.json index c272d4eeb900..4db6eda75847 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "python", "displayName": "Python", "description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, Data Science (with Jupyter), PySpark and more.", - "version": "0.6.8", + "version": "0.6.9", "publisher": "donjayamanne", "author": { "name": "Don Jayamanne",