Skip to content

Commit 0502b02

Browse files
committed
version change
1 parent 4662634 commit 0502b02

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Your feedback is crucial in prioritizing the items and in determining whether we
9999

100100
## [Change Log](https://github.com/DonJayamanne/pythonVSCode/releases)
101101

102-
### Current Version 0.3.15
102+
### Current Version 0.3.16
103103
* Modifications to handle errors in linters [#185](https://github.com/DonJayamanne/pythonVSCode/issues/185)
104104
* Fixes to formatting and handling of not having empty lines at end of file [#181](https://github.com/DonJayamanne/pythonVSCode/issues/185)
105105
* Modifications to infer paths of packages on windows [#178](https://github.com/DonJayamanne/pythonVSCode/issues/178)

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, snippets, and more.",
5-
"version": "0.3.15",
5+
"version": "0.3.16",
66
"publisher": "donjayamanne",
77
"author": {
88
"name": "Don Jayamanne",

0 commit comments

Comments
 (0)