Skip to content

Commit dc64876

Browse files
committed
Prepare release 4.1.0
1 parent 4c4dd93 commit dc64876

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Changelog
33

44
This document describes changes between each past release.
55

6-
Unreleased
7-
==========
6+
4.0.1 (2024-06-21)
7+
==================
88

99
- Upgrade embedded TinyMCE from 6.8.3 to 6.8.4
1010
- Renamed toolbar elements (namely ``formatselect`` is now ``blocks``) to follow

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ django-tinymce
33

44
**django-tinymce** is a Django application that contains a widget to render a form field as a TinyMCE editor.
55

6-
It supports Python 3.8+ and Django 3.2 to 5.0. Using TinyMCE 6.8.3.
6+
It supports Python 3.8+ and Django 3.2 to 5.0. Using TinyMCE 6.8.4.
77

88
.. image:: https://jazzband.co/static/img/badge.svg
99
:target: https://jazzband.co/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "django-tinymce"
7-
version = "4.0.0"
7+
version = "4.1.0"
88
description = """
99
A Django application that contains a widget to render a
1010
form field as a TinyMCE editor."""

0 commit comments

Comments
 (0)