Skip to content

Commit

Permalink
updated version to 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Jun 9, 2016
1 parent 28b3824 commit 37082fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ If you're working in a [virtualenv](https://virtualenv.readthedocs.org/), you ca

## Change Log

### Version 0.3.10
* Fixed issue with duplicate output channels being created
* Fixed issues in the LICENSE file
* Fixed issue where current directory was incorrect [#68](https://github.com/DonJayamanne/pythonVSCode/issues/68)
* General cleanup of code

### Version 0.3.9
* Fixed auto indenting issues [#137](https://github.com/DonJayamanne/pythonVSCode/issues/137)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "python",
"displayName": "Python",
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, auto-completion, code formatting, snippets, and more.",
"version": "0.3.9",
"version": "0.3.10",
"publisher": "donjayamanne",
"license": "MIT",
"homepage": "https://github.com/DonJayamanne/pythonVSCode/blob/master/README.md",
Expand Down

0 comments on commit 37082fb

Please sign in to comment.