Skip to content

Commit bdd9878

Browse files
committed
Bump v2.1.5
1 parent f923fc5 commit bdd9878

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.1.3 # Possible releases: https://github.com/hadialqattan/pycln/releases
5+
rev: v2.1.4 # 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.1.5] - 2023-06-03
14+
1315
### Changed
1416

1517
- [Widen `pathspec` version artificial lock by @hadialqattan](https://github.com/hadialqattan/pycln/pull/203)

docs/README.md

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

12561256
```yaml
12571257
- repo: https://github.com/hadialqattan/pycln
1258-
rev: v2.1.4 # Possible releases: https://github.com/hadialqattan/pycln/releases
1258+
rev: v2.1.5 # Possible releases: https://github.com/hadialqattan/pycln/releases
12591259
hooks:
12601260
- id: pycln
12611261
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.1.4</small>
7+
# Pycln <small>2.1.5</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.1.4"
3+
version = "2.1.5"
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)