Skip to content

Commit eee7841

Browse files
author
Rémy HUBSCHER
committed
Preparing release 2.4.0
1 parent e2951f3 commit eee7841

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.rst

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

66

7-
2.4.0 (unreleased)
7+
2.4.0 (2016-08-31)
88
==================
99

1010
- Added compatibility for Django 1.10.
11+
- Fix JQuery Problem with grappelli
12+
- Fix Python 3 compatibility (#170)
13+
- Improve documentation (#163, #171)
14+
- Cleaned Imports (#182)
15+
- Fix TinyMCE Widget for ModelTranslation tabs (#174)
16+
- Fix JSON mimetype (#186)
1117

1218

1319
2.3.0 (2016-03-10)

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.4.0.dev0',
21+
version='2.4.0',
2222
packages=find_packages(),
2323
include_package_data=True,
2424
author="Aljosa Mohorovic",

0 commit comments

Comments
 (0)