From c4370a75fe3eb6501c8350499dabe2e06db0c416 Mon Sep 17 00:00:00 2001 From: Hadi Alqattan Date: Sat, 26 Feb 2022 13:43:39 +0300 Subject: [PATCH] Bump v1.2.3 --- docs/CHANGELOG.md | 2 ++ docs/README.md | 2 +- docs/_coverpage.md | 2 +- pyproject.toml | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index eb3f8b0..afda481 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -10,6 +10,8 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [1.2.3] - 2022-02-26 + ### Added - [Add extend exclude CLI option @hadialqattan](https://github.com/hadialqattan/pycln/pull/108) diff --git a/docs/README.md b/docs/README.md index c37d333..0d21eac 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1106,7 +1106,7 @@ finally: ```yaml - repo: https://github.com/hadialqattan/pycln - rev: v1.2.2 # Possible releases: https://github.com/hadialqattan/pycln/releases + rev: v1.2.3 # Possible releases: https://github.com/hadialqattan/pycln/releases hooks: - id: pycln args: [--config=pyproject.toml] diff --git a/docs/_coverpage.md b/docs/_coverpage.md index 68e92e7..16db3ed 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -4,7 +4,7 @@ -# Pycln 1.2.2 +# Pycln 1.2.3 > A formatter for finding and removing unused import statements. diff --git a/pyproject.toml b/pyproject.toml index b03dd21..909286a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycln" -version = "1.2.2" +version = "1.2.3" description = "A formatter for finding and removing unused import statements." authors = ["Hadi Alqattan "] homepage = "https://hadialqattan.github.io/pycln"