Skip to content

Commit 950059d

Browse files
committed
updated to version 0.6.3
1 parent ef5966d commit 950059d

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### Version 0.6.3 (19 March 2017)
2+
* Fix debugger issue [#893](https://github.com/DonJayamanne/pythonVSCode/issues/893)
3+
14
### Version 0.6.2 (13 March 2017)
25
* Fix incorrect indenting [#880](https://github.com/DonJayamanne/pythonVSCode/issues/880)
36

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ For further information and details continue through to the [documentation](http
100100

101101
## [Change Log](https://github.com/DonJayamanne/pythonVSCode/blob/master/CHANGELOG.md)
102102

103+
### Version 0.6.3 (19 March 2017)
104+
* Fix debugger issue [#893](https://github.com/DonJayamanne/pythonVSCode/issues/893)
105+
103106
### Version 0.6.2 (13 March 2017)
104107
* Fix incorrect indenting [#880](https://github.com/DonJayamanne/pythonVSCode/issues/880)
105108

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python",
33
"displayName": "Python",
44
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, Data Science (with Jupyter), PySpark and more.",
5-
"version": "0.6.2",
5+
"version": "0.6.3",
66
"publisher": "donjayamanne",
77
"author": {
88
"name": "Don Jayamanne",

0 commit comments

Comments
 (0)