Skip to content

Commit 88c6853

Browse files
committed
updated version
1 parent 4b7c82b commit 88c6853

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
@@ -78,6 +78,9 @@ Works on both Windows and Mac.
7878

7979
## Change Log
8080

81+
### Version 0.1.3
82+
* Fixed linting when using pylint
83+
8184
### Version 0.1.2
8285
* Fixed autoformatting of code (falling over when using yapf8)
8386

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, Intellisense, auto-completion, code formatting, snippets, and more.",
5-
"version": "0.1.2",
5+
"version": "0.1.3",
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)