diff --git a/CHANGES.rst b/CHANGES.rst index b4841fd..00bff2b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,12 @@ Changelog ========= +2.3.1 (unreleased) +------------------ + +- Nothing changed yet. + + 2.3.0 (2024-03-29) ------------------ diff --git a/pyproject.toml b/pyproject.toml index 2831468..26c4102 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "flake8-builtins" -version = "2.3.0" +version = "2.3.1.dev0" authors = [ { name="Gil Forcada Codinachs", email="gil.gnome@gmail.com" }, ]