From 790a8a76f8439744aa0f10a3e15e420665865350 Mon Sep 17 00:00:00 2001 From: Ian Lin Date: Thu, 20 Apr 2017 11:41:50 +0800 Subject: [PATCH] march -> april (#899) --- CHANGELOG.md | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cab2729bbb9..968cf8b36971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,14 @@ -### Version 0.6.3 (19 March 2017) +### Version 0.6.3 (19 April 2017) * Fix debugger issue [#893](https://github.com/DonJayamanne/pythonVSCode/issues/893) * Improvements to debugging unit tests (check if string starts with, instead of comparing equality) [#797](https://github.com/DonJayamanne/pythonVSCode/issues/797) -### Version 0.6.2 (13 March 2017) +### Version 0.6.2 (13 April 2017) * Fix incorrect indenting [#880](https://github.com/DonJayamanne/pythonVSCode/issues/880) #### Thanks * [Yuwei Ba](https://github.com/ibigbug) -### Version 0.6.1 (10 March 2017) +### Version 0.6.1 (10 April 2017) * Add support for new variable syntax in upcoming VS Code release [#774](https://github.com/DonJayamanne/pythonVSCode/issues/774), [#855](https://github.com/DonJayamanne/pythonVSCode/issues/855), [#873](https://github.com/DonJayamanne/pythonVSCode/issues/873), [#823](https://github.com/DonJayamanne/pythonVSCode/issues/823) * Resolve issues in code refactoring [#802](https://github.com/DonJayamanne/pythonVSCode/issues/802), [#824](https://github.com/DonJayamanne/pythonVSCode/issues/824), [#825](https://github.com/DonJayamanne/pythonVSCode/pull/825) * Changes to labels in Python Interpreter lookup [#815](https://github.com/DonJayamanne/pythonVSCode/pull/815) diff --git a/README.md b/README.md index eb9bd0d8b982..36190d07a527 100644 --- a/README.md +++ b/README.md @@ -100,17 +100,17 @@ 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.3 (19 March 2017) +### Version 0.6.3 (19 April 2017) * Fix debugger issue [#893](https://github.com/DonJayamanne/pythonVSCode/issues/893) -### Version 0.6.2 (13 March 2017) +### Version 0.6.2 (13 April 2017) * Fix incorrect indenting [#880](https://github.com/DonJayamanne/pythonVSCode/issues/880) * Improvements to debugging unit tests (check if string starts with, instead of comparing equality) [#797](https://github.com/DonJayamanne/pythonVSCode/issues/797) #### Thanks * [Yuwei Ba](https://github.com/ibigbug) -### Version 0.6.1 (10 March 2017) +### Version 0.6.1 (10 April 2017) * Add support for new variable syntax in upcoming VS Code release [#774](https://github.com/DonJayamanne/pythonVSCode/issues/774), [#855](https://github.com/DonJayamanne/pythonVSCode/issues/855), [#873](https://github.com/DonJayamanne/pythonVSCode/issues/873), [#823](https://github.com/DonJayamanne/pythonVSCode/issues/823) * Resolve issues in code refactoring [#802](https://github.com/DonJayamanne/pythonVSCode/issues/802), [#824](https://github.com/DonJayamanne/pythonVSCode/issues/824), [#825](https://github.com/DonJayamanne/pythonVSCode/pull/825) * Changes to labels in Python Interpreter lookup [#815](https://github.com/DonJayamanne/pythonVSCode/pull/815)