Skip to content

Commit

Permalink
V0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hakancelikdev committed Feb 14, 2021
1 parent ac8a96f commit e35daec
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] - ././2021
## [0.7.3] - 14/02/2021

- [Add `--ignore-init` flag by @hakancelik96](https://github.com/hakancelik96/unimport/pull/169)

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.2</small>
# ![logo](_media/icon.png ":size=30%") <small>0.7.3</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.7.2"
VERSION = "0.7.3"

PY38_PLUS = sys.version_info >= (3, 8)
PY39_PLUS = sys.version_info >= (3, 9)
Expand Down

0 comments on commit e35daec

Please sign in to comment.