From dc64876df5d4261931921ce91ee1509aedae910a Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 21 Jun 2024 08:59:04 +0200 Subject: [PATCH] Prepare release 4.1.0 --- CHANGELOG.rst | 4 ++-- README.rst | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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."""