Skip to content

Commit

Permalink
Version 0.18
Browse files Browse the repository at this point in the history
- Bugfixes for python 3.8, 3.9 and adapting to the changes to the ast
- Fixed crash in flatten-for and range-len when unpacking arguments
- Added smell join-literal: warns when using str.join on something that
would be more readable as a format string.
  • Loading branch information
Tadaboody committed Mar 27, 2021
1 parent 2a826d0 commit aac19f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "good_smell"
version = "0.17"
version = "0.18"
description = "A linter/refactoring tool to make your code smell better!"
authors = ["Tomer Keren <[email protected]>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit aac19f0

Please sign in to comment.