From 6e8e4ae850bc03fd2362aa55e8824bb7b0984c38 Mon Sep 17 00:00:00 2001 From: Hadi Alqattan Date: Sat, 26 Feb 2022 22:26:34 +0300 Subject: [PATCH] Bump v1.2.4 --- 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 e29483d..bb20d55 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.4] - 2022-02-27 + ### Fixed - [Support nested string type annotation by @hadialqattan](https://github.com/hadialqattan/pycln/pull/110) diff --git a/docs/README.md b/docs/README.md index 54f26b9..517dd02 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1106,7 +1106,7 @@ finally: ```yaml - repo: https://github.com/hadialqattan/pycln - rev: v1.2.3 # Possible releases: https://github.com/hadialqattan/pycln/releases + rev: v1.2.4 # 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 16db3ed..bdb62a1 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -4,7 +4,7 @@ -# Pycln 1.2.3 +# Pycln 1.2.4 > A formatter for finding and removing unused import statements. diff --git a/pyproject.toml b/pyproject.toml index 909286a..7e1da09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycln" -version = "1.2.3" +version = "1.2.4" description = "A formatter for finding and removing unused import statements." authors = ["Hadi Alqattan "] homepage = "https://hadialqattan.github.io/pycln"