Skip to content

Commit 215d508

Browse files
committed
Bump v2.2.2
1 parent 32d5237 commit 215d508

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: "vendor/"
22

33
repos:
44
- repo: https://github.com/hadialqattan/pycln
5-
rev: v2.2.0 # Possible releases: https://github.com/hadialqattan/pycln/releases
5+
rev: v2.2.1 # Possible releases: https://github.com/hadialqattan/pycln/releases
66
hooks:
77
- id: pycln
88
args: [--config=pyproject.toml]

docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1010

1111
## [Unreleased]
1212

13+
## [2.2.2] - 2023-08-10
14+
1315
### Changed
1416

1517
- [Bump PyYaml from 6.0 to 6.0.1 by @hadialqattan](https://github.com/hadialqattan/pycln/pull/216)

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@ finally:
12801280

12811281
```yaml
12821282
- repo: https://github.com/hadialqattan/pycln
1283-
rev: v2.2.1 # Possible releases: https://github.com/hadialqattan/pycln/releases
1283+
rev: v2.2.2 # Possible releases: https://github.com/hadialqattan/pycln/releases
12841284
hooks:
12851285
- id: pycln
12861286
args: [--config=pyproject.toml]

docs/_coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<!-- Title & body -->
66

7-
# Pycln <small>2.2.1</small>
7+
# Pycln <small>2.2.2</small>
88

99
> A formatter for finding and removing unused import statements.
1010

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pycln"
3-
version = "2.2.1"
3+
version = "2.2.2"
44
description = "A formatter for finding and removing unused import statements."
55
authors = ["Hadi Alqattan <[email protected]>"]
66
homepage = "https://hadialqattan.github.io/pycln"

0 commit comments

Comments
 (0)