diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e304fc72..850c3a47 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,10 +4,11 @@ Changelog This document describes changes between each past release. -3.0.0 (unreleased) +3.0.0 (2020-04-10) ================== -- Nothing changed yet. +- Upgrade to TinyMCE 5 +- Fix compressor 2.9.0 (2020-04-10) diff --git a/README.rst b/README.rst index d815668a..167d9f83 100644 --- a/README.rst +++ b/README.rst @@ -61,7 +61,8 @@ In your code: Releases ======== -Latest release is 2.9.0. It supports python 2.7 and Django 1.1.1 as well as Python 3.5, 3.6, 3.7 and Django >= 2.0. +Latest release is 3.0.0. It supports Python 3.6, 3.7 and 3.8 with Django 2.2 and 3.0 + Previous releases can be found on github, but they are no longer maintained. Documentation diff --git a/setup.py b/setup.py index c6b5ef44..3f007ecb 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def read_file(filename): setup( name="django-tinymce", - version="3.0.0.dev0", + version="3.0.0", packages=find_packages(), include_package_data=True, author="Aljosa Mohorovic",