From c9d65ef19b46d9d680098a6b15337a29e4b82b52 Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Mon, 8 Aug 2016 10:14:40 +1000 Subject: [PATCH] new build --- README.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9486bbccf5c..f9c62c0e60e8 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ Your feedback is crucial in prioritizing the items and in determining whether we ## [Change Log](https://github.com/DonJayamanne/pythonVSCode/releases) -### Current Version 0.3.20 +### Current Version 0.3.21 * Sharing python.pythonPath value with debug configuration [#214](https://github.com/DonJayamanne/pythonVSCode/issues/214) and [#183](https://github.com/DonJayamanne/pythonVSCode/issues/183) * Support extract variable and method refactoring [#220](https://github.com/DonJayamanne/pythonVSCode/issues/220) * Support environment variables in settings [#148](https://github.com/DonJayamanne/pythonVSCode/issues/148) @@ -116,6 +116,7 @@ Your feedback is crucial in prioritizing the items and in determining whether we * Resolved issue to support large debug outputs [#52](https://github.com/DonJayamanne/pythonVSCode/issues/52) and [#52](https://github.com/DonJayamanne/pythonVSCode/issues/203) * Handling instances when debugging with invalid paths to the python interpreter [#229](https://github.com/DonJayamanne/pythonVSCode/issues/229) * Fixed refactoring on Python 3.5 [#244](https://github.com/DonJayamanne/pythonVSCode/issues/244) +* Fixed parsing errors when refactoring [#244](https://github.com/DonJayamanne/pythonVSCode/issues/244) ## Source diff --git a/package.json b/package.json index f5e21a1c324b..06a9a934c934 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, snippets, and more.", - "version": "0.3.20", + "version": "0.3.21", "publisher": "donjayamanne", "author": { "name": "Don Jayamanne",