Skip to content

Commit

Permalink
Prepare 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeiger committed Feb 14, 2018
1 parent c557976 commit 69ac1dd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ide-python",
"main": "./lib/main",
"version": "0.7.0",
"version": "0.8.0",
"description": "Python language support for Atom-IDE",
"keywords": [
"ide",
Expand Down Expand Up @@ -169,8 +169,7 @@
"items": {
"type": "string"
},
"description":
"Select errors and warnings. Requires `pyls` 0.14+"
"description": "Select errors and warnings. Requires `pyls` 0.14+"
},
"ignore": {
"type": "array",
Expand All @@ -186,8 +185,7 @@
"items": {
"type": "string"
},
"description":
"Ignore errors and warnings. Requires `pyls` 0.14+"
"description": "Ignore errors and warnings. Requires `pyls` 0.14+"
},
"hangClosing": {
"type": "boolean",
Expand Down

0 comments on commit 69ac1dd

Please sign in to comment.