Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit ba20489

Browse files
committed
Update version
1 parent d295cf5 commit ba20489

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.0.5
2+
* Improved detection of pyflakes 'invalid syntax' errors
3+
14
# 0.0.4
25
* Improved detection of warnings
36
* Fix detection pep257 warnings

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"linter-package": true,
44
"activationEvents": [],
55
"main": "./lib/init",
6-
"version": "0.0.4",
6+
"version": "0.0.5",
77
"description": "Lint python on the fly, using pylama",
88
"repository": "https://github.com/AtomLinter/linter-pylama",
99
"license": "MIT",

0 commit comments

Comments
 (0)