Skip to content

Commit

Permalink
Bump v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hadialqattan committed Nov 9, 2022
1 parent 08b90a5 commit 04c6b97
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -2,7 +2,7 @@ exclude: "vendor/"

repos:
- repo: https://github.com/hadialqattan/pycln
rev: v2.0.4 # Possible releases: https://github.com/hadialqattan/pycln/releases
rev: v2.1.1 # Possible releases: https://github.com/hadialqattan/pycln/releases
hooks:
- id: pycln
args: [--config=pyproject.toml]
Expand Down
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Expand Up @@ -10,6 +10,8 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [2.1.2] - 2022-11-09

### Fixed

- [Imports used in generics and wrapped in string get removed by @hadialqattan](https://github.com/hadialqattan/pycln/pull/178)
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -1222,7 +1222,7 @@ finally:

```yaml
- repo: https://github.com/hadialqattan/pycln
rev: v2.1.1 # Possible releases: https://github.com/hadialqattan/pycln/releases
rev: v2.1.2 # Possible releases: https://github.com/hadialqattan/pycln/releases
hooks:
- id: pycln
args: [--config=pyproject.toml]
Expand Down
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Expand Up @@ -4,7 +4,7 @@

<!-- Title & body -->

# Pycln <small>2.1.1</small>
# Pycln <small>2.1.2</small>

> A formatter for finding and removing unused import statements.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pycln"
version = "2.1.1"
version = "2.1.2"
description = "A formatter for finding and removing unused import statements."
authors = ["Hadi Alqattan <alqattanhadizaki@gmail.com>"]
homepage = "https://hadialqattan.github.io/pycln"
Expand Down

0 comments on commit 04c6b97

Please sign in to comment.