Skip to content

Commit 37082fb

Browse files
committed
updated version to 0.3.10
1 parent 28b3824 commit 37082fb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@ If you're working in a [virtualenv](https://virtualenv.readthedocs.org/), you ca
114114

115115
## Change Log
116116

117+
### Version 0.3.10
118+
* Fixed issue with duplicate output channels being created
119+
* Fixed issues in the LICENSE file
120+
* Fixed issue where current directory was incorrect [#68](https://github.com/DonJayamanne/pythonVSCode/issues/68)
121+
* General cleanup of code
122+
117123
### Version 0.3.9
118124
* Fixed auto indenting issues [#137](https://github.com/DonJayamanne/pythonVSCode/issues/137)
119125

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, auto-completion, code formatting, snippets, and more.",
5-
"version": "0.3.9",
5+
"version": "0.3.10",
66
"publisher": "donjayamanne",
77
"license": "MIT",
88
"homepage": "https://github.com/DonJayamanne/pythonVSCode/blob/master/README.md",

0 commit comments

Comments
 (0)