From 69ac1dd0db4599ef397cc5aa1b1649bf572c5acd Mon Sep 17 00:00:00 2001 From: Lukas Geiger Date: Wed, 14 Feb 2018 22:36:55 +0100 Subject: [PATCH] Prepare 0.8.0 release --- package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e8ae7c52..f3defa3a 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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",