From 5e4d42001621b376957800ae1ecb2883898ef3b5 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Tue, 6 Feb 2024 08:48:54 +0100 Subject: [PATCH] Prepare release 3.7.1 --- README.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index eba2660d..5ced07f7 100644 --- a/README.rst +++ b/README.rst @@ -71,7 +71,7 @@ In your code: Releases ======== -Latest release is 3.7.0. It supports Python 3.8+ and Django 3.2 to 5.0. +Latest release is 3.7.1. It supports Python 3.8+ and Django 3.2 to 5.0. Using TinyMCE 5.10.7. diff --git a/pyproject.toml b/pyproject.toml index 8a8ffd44..aa790c0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django-tinymce" -version = "3.7.0" +version = "3.7.1" description = """ A Django application that contains a widget to render a form field as a TinyMCE editor."""