Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hakancelikdev committed Dec 26, 2020
1 parent c9d1d28 commit 8b59ab5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## Unrelased - ./././
## [0.7.0] - 26/December/2020

- [%15 performance increase & remove show-error flag by @hakancelik96](https://github.com/hakancelik96/unimport/pull/159)

Expand Down
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- _coverpage.md -->

# ![logo](_media/icon.png ":size=30%") <small>0.6.8</small>
# ![logo](_media/icon.png ":size=30%") <small>0.7.0</small>

> A linter, formatter for finding and removing unused import statements.
Expand Down
2 changes: 1 addition & 1 deletion unimport/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
DESCRIPTION = (
"A linter, formatter for finding and removing unused import statements."
)
VERSION = "0.6.8"
VERSION = "0.7.0"

PY38_PLUS = sys.version_info >= (3, 8)

Expand Down

0 comments on commit 8b59ab5

Please sign in to comment.