From cc75fb644fab184705c736520d792e3d2ca52715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20HUBSCHER?= Date: Thu, 10 Dec 2020 12:44:45 +0100 Subject: [PATCH] Preparing release 3.2.0 --- CHANGELOG.rst | 10 ++++++++-- README.rst | 3 ++- setup.py | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9893a6ec..84aef748 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,10 +4,16 @@ Changelog This document describes changes between each past release. -3.2.0 (unreleased) +3.2.0 (2020-12-10) ================== -- Nothing changed yet. +- Remove support for universal builds +- Add compatibility of django-filebrowser with tinymce 5 +- Load the CHANGELOG in the documentation front page +- Fix en_US language loading +- Speed up tests by removing the loading of a database +- Add verbosity option to tests +- Assume TinyMCE files are utf-8 encoded 3.1.0 (2020-09-29) diff --git a/README.rst b/README.rst index a9cfdf88..8d5e8f4d 100644 --- a/README.rst +++ b/README.rst @@ -65,7 +65,8 @@ In your code: Releases ======== -Latest release is 3.0.1. It supports Python 3.6, 3.7 and 3.8 with Django 2.2 and 3.0 +Latest release is 3.2.0. It supports Python 3.6, 3.7 and 3.8 with Django 2.2 and 3.0 +Using TinyMCE 5.5.0. Previous releases can be found on github, but they are no longer maintained. diff --git a/setup.py b/setup.py index 41cfcd7f..ce0ab038 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def read_file(filename): setup( name="django-tinymce", - version="3.2.0.dev0", + version="3.2.0", packages=find_packages(), include_package_data=True, author="Aljosa Mohorovic",