Skip to content

Commit 21dfcd5

Browse files
chore(release): 1.9.1 [skip ci]
1 parent 1bb76b5 commit 21dfcd5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.9.1](https://github.com/lgeiger/ide-python/compare/v1.9.0...v1.9.1) (2021-06-09)
2+
3+
4+
### Bug Fixes
5+
6+
* rename pyls-path config to pyls for consistency ([1bb76b5](https://github.com/lgeiger/ide-python/commit/1bb76b5137157a640582da375102252308b94de1))
7+
18
# [1.9.0](https://github.com/lgeiger/ide-python/compare/v1.8.0...v1.9.0) (2021-06-09)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ide-python",
33
"main": "./dist/main",
4-
"version": "1.9.0",
4+
"version": "1.9.1",
55
"description": "Python language support for Atom-IDE",
66
"keywords": [
77
"ide",

0 commit comments

Comments
 (0)