From 66e72467a17ba1117085b60d8cc7dabb0db34b28 Mon Sep 17 00:00:00 2001 From: Will Barton Date: Mon, 9 Jan 2023 09:05:23 -0500 Subject: [PATCH] Update version for release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 76d5409..37fffc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "wagtail-treemodeladmin" -version = "1.5.0" +version = "1.6.0" description = "TreeModelAdmin for Wagtail" readme = "README.md" requires-python = ">=3.8"