diff --git a/CHANGELOG.md b/CHANGELOG.md index a06c11f..a24fafa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.0.5 +* Improved detection of pyflakes 'invalid syntax' errors + # 0.0.4 * Improved detection of warnings * Fix detection pep257 warnings diff --git a/package.json b/package.json index 505b48c..1bdbad7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "linter-package": true, "activationEvents": [], "main": "./lib/init", - "version": "0.0.4", + "version": "0.0.5", "description": "Lint python on the fly, using pylama", "repository": "https://github.com/AtomLinter/linter-pylama", "license": "MIT",