Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hakancelikdev committed Jan 1, 2021
1 parent 068934c commit 4f83916
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.

## [Unreleased] - /././
## [0.7.1] - 1/January/2021/

- [Fix by @hakancelik96 #127](https://github.com/hakancelik96/unimport/pull/161)

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.7.0</small>
# ![logo](_media/icon.png ":size=30%") <small>0.7.1</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 @@ -30,7 +30,7 @@
DESCRIPTION = (
"A linter, formatter for finding and removing unused import statements."
)
VERSION = "0.7.0"
VERSION = "0.7.1"

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

Expand Down

0 comments on commit 4f83916

Please sign in to comment.