diff --git a/CHANGELOG.md b/CHANGELOG.md index 75c7526..161fdf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ We follow Semantic Versions since the `0.1.0` release. -## [Unreleased] +## 1.2.1 ### Bugfixes diff --git a/pyproject.toml b/pyproject.toml index 1095cae..9887435 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "flake8-eradicate" -version = "1.2.0" +version = "1.2.1" description = "Flake8 plugin to find commented out code" license = "MIT"