From b0c6da68efe526ddbc7da7f3dbd15879a3fb16e7 Mon Sep 17 00:00:00 2001 From: Ruben Hesselink Date: Thu, 6 Jul 2023 15:05:14 +0200 Subject: [PATCH] Update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5df1f16..572688f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ exclude = ["sandbox*", "docs*", "tests*"] [project] name = "wagtail-external-link-richtext" -version = "1.1.2" +version = "1.1.3" description = "A feature for the richtext fields in Wagtail" readme = "README.md" authors = [{name = "Ruben Hesselink", email = "ruben@fourdigits.nl" }]