From 5484162ace8d9546513be710d70e9c148010d9cc Mon Sep 17 00:00:00 2001 From: Gil Forcada Codinachs Date: Tue, 9 Apr 2024 12:57:36 +0200 Subject: [PATCH] Back to development: 2.5.1 --- CHANGES.rst | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6052ae6..d83b151 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,12 @@ Changelog ========= +2.5.1 (unreleased) +------------------ + +- Nothing changed yet. + + 2.5.0 (2024-04-09) ------------------ diff --git a/pyproject.toml b/pyproject.toml index 4d70363..ea31ea5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "flake8-builtins" -version = "2.5.0" +version = "2.5.1.dev0" authors = [ { name="Gil Forcada Codinachs", email="gil.gnome@gmail.com" }, ]