Skip to content

Commit c4370a7

Browse files
committed
Bump v1.2.3
1 parent a585146 commit c4370a7

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

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+
## [1.2.3] - 2022-02-26
14+
1315
### Added
1416

1517
- [Add extend exclude CLI option @hadialqattan](https://github.com/hadialqattan/pycln/pull/108)

docs/README.md

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

11071107
```yaml
11081108
- repo: https://github.com/hadialqattan/pycln
1109-
rev: v1.2.2 # Possible releases: https://github.com/hadialqattan/pycln/releases
1109+
rev: v1.2.3 # Possible releases: https://github.com/hadialqattan/pycln/releases
11101110
hooks:
11111111
- id: pycln
11121112
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>1.2.2</small>
7+
# Pycln <small>1.2.3</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 = "1.2.2"
3+
version = "1.2.3"
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)