Skip to content

Commit

Permalink
Preparing release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Natim committed Apr 10, 2020
1 parent 407e6e7 commit d2d2192
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.0.0.dev0",
version="3.0.0",
packages=find_packages(),
include_package_data=True,
author="Aljosa Mohorovic",
Expand Down

0 comments on commit d2d2192

Please sign in to comment.