Skip to content

Commit

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

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

## [Unreleased] - ././2021
## [0.6.8] - 2/December/2020

- [🐞 Fix: Extra type check on `utils.is_std`, #148 (#149) by @isik-kaplan](https://github.com/hakancelik96/unimport/commit/b9e226ef18984189b4154b739b9b186a2c7a2418)
- [🐞 Fix: import skip by @hakancelik96](https://github.com/hakancelik96/unimport/issues/146)

## [0.6.6] - 24/October/2020
Expand Down
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![logo](_media/icon.png ":size=50%")

# UNIMPORT <small>0.6.6</small>
# UNIMPORT <small>0.6.8</small>

> A linter & formatter for finding & 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 @@ -9,7 +9,7 @@
DESCRIPTION = (
"A linter, formatter for finding and removing unused import statements."
)
VERSION = "0.6.6"
VERSION = "0.6.8"

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

Expand Down

0 comments on commit abc766a

Please sign in to comment.