From 49f5286429d1a23b741da730d543d47c1597c5bf Mon Sep 17 00:00:00 2001 From: Albertas Gimbutas Date: Wed, 3 Jul 2024 21:34:56 +0300 Subject: [PATCH] Bump version to 2.3.1 --- README.md | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bdb3d05..ac5f402 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,8 @@ code base is implemented in. ## Release notes - v2.3.1: - - Added support for automatic removal of imports. + - Started analysing files in bytes instead of trying to convert them into UTF-8 encoded strings. + - Improved automatic removal of unused imports. - v2.3.0: - Add `--dry` option. - Update error codes to use DCXX format instead of DCXXX. diff --git a/pyproject.toml b/pyproject.toml index 1e35526..f702c38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "deadcode" -version = "2.3.0" +version = "2.3.1" authors = [ {name = "Albertas Gimbutas", email = "albertasgim@gmail.com"}, ]