Skip to content

Commit

Permalink
Preparing release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Natim committed Dec 10, 2020
1 parent f255993 commit cc75fb6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cc75fb6

Please sign in to comment.