Skip to content

Commit e8dd4a1

Browse files
committed
updated version for build
1 parent d548110 commit e8dd4a1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

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

115115
## Change Log
116116

117+
### Version 0.3.9
118+
* Fixed auto indenting issues [#137](https://github.com/DonJayamanne/pythonVSCode/issues/137)
119+
117120
### Version 0.3.8
118121
* Added support for linting using prospector [#130](https://github.com/DonJayamanne/pythonVSCode/pull/130)
119122
* Fixed issue where environment variables weren't being inherited by the debugger [#109](https://github.com/DonJayamanne/pythonVSCode/issues/109) and [#77](https://github.com/DonJayamanne/pythonVSCode/issues/77)

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.8",
5+
"version": "0.3.9",
66
"publisher": "donjayamanne",
77
"license": "SEE LICENSE IN LICENSE or README.MD",
88
"homepage": "https://github.com/DonJayamanne/pythonVSCode/blob/master/README.md",

0 commit comments

Comments
 (0)