From bff2c8c3b5f3bf5647caf5f9da3296514188f62f Mon Sep 17 00:00:00 2001 From: Andy Chosak Date: Fri, 6 Oct 2023 12:55:47 -0400 Subject: [PATCH] Prep for 2.4 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 555dc2f..79cbfa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "wagtail-inventory" -version = "2.3" +version = "2.4" description = "Wagtail report to filter pages by block content" readme = "README.rst" requires-python = ">=3.8"