Skip to content

Commit

Permalink
Preparing release 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Natim committed Apr 10, 2020
1 parent 8d2fd2b commit c1f5ed9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ Changelog
This document describes changes between each past release.


2.9.0 (unreleased)
2.9.0 (2020-04-10)
==================

- Upgrade test matrix to Python 3.7 and Django 2.1, 2.2
- Add support for TinyMCE FileBrowser 4.0
- Remove support for South


2.8.0 (2019-01-15)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def read_file(filename):

setup(
name="django-tinymce",
version='2.9.0.dev0',
version='2.9.0',
packages=find_packages(),
include_package_data=True,
author="Aljosa Mohorovic",
Expand Down

0 comments on commit c1f5ed9

Please sign in to comment.