Skip to content

Commit c1f5ed9

Browse files
committed
Preparing release 2.9.0
1 parent 8d2fd2b commit c1f5ed9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ Changelog
44
This document describes changes between each past release.
55

66

7-
2.9.0 (unreleased)
7+
2.9.0 (2020-04-10)
88
==================
99

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

1214

1315
2.8.0 (2019-01-15)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def read_file(filename):
1818

1919
setup(
2020
name="django-tinymce",
21-
version='2.9.0.dev0',
21+
version='2.9.0',
2222
packages=find_packages(),
2323
include_package_data=True,
2424
author="Aljosa Mohorovic",

0 commit comments

Comments
 (0)