Skip to content

Commit 49f5286

Browse files
committed
Bump version to 2.3.1
1 parent 4ab07e9 commit 49f5286

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ code base is implemented in.
174174

175175
## Release notes
176176
- v2.3.1:
177-
- Added support for automatic removal of imports.
177+
- Started analysing files in bytes instead of trying to convert them into UTF-8 encoded strings.
178+
- Improved automatic removal of unused imports.
178179
- v2.3.0:
179180
- Add `--dry` option.
180181
- Update error codes to use DCXX format instead of DCXXX.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "deadcode"
3-
version = "2.3.0"
3+
version = "2.3.1"
44
authors = [
55
{name = "Albertas Gimbutas", email = "[email protected]"},
66
]

0 commit comments

Comments
 (0)