diff --git a/CHANGELOG.rst b/CHANGELOG.rst index eddc7c56..40b73e95 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,8 +3,8 @@ Changelog This document describes changes between each past release. -Unreleased -========== +4.0.1 (2024-06-21) +================== - Upgrade embedded TinyMCE from 6.8.3 to 6.8.4 - Renamed toolbar elements (namely ``formatselect`` is now ``blocks``) to follow diff --git a/README.rst b/README.rst index cccb2a18..a79c7091 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ django-tinymce **django-tinymce** is a Django application that contains a widget to render a form field as a TinyMCE editor. -It supports Python 3.8+ and Django 3.2 to 5.0. Using TinyMCE 6.8.3. +It supports Python 3.8+ and Django 3.2 to 5.0. Using TinyMCE 6.8.4. .. image:: https://jazzband.co/static/img/badge.svg :target: https://jazzband.co/ diff --git a/pyproject.toml b/pyproject.toml index da2027c8..544b2eb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django-tinymce" -version = "4.0.0" +version = "4.1.0" description = """ A Django application that contains a widget to render a form field as a TinyMCE editor."""