From eac5cc3f7967d012f5278dee539a1c0a98439cba Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Wed, 27 Mar 2024 21:21:05 +0100 Subject: [PATCH] Upgrade version in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa790c0c..da2027c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django-tinymce" -version = "3.7.1" +version = "4.0.0" description = """ A Django application that contains a widget to render a form field as a TinyMCE editor."""