File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,11 @@ Changelog
3
3
4
4
This document describes changes between each past release.
5
5
6
+ 3.5.0 (2022-08-27)
7
+ ==================
8
+
6
9
- Support new non-jQuery formset:added event triggered on Django 4.1
10
+ - Replace an obsolete call to tinyMCE.editors (#391)
7
11
- Confirm support for Django 4.0 and 4.1
8
12
- Drop support for Django 3.0, 3.1 and Python 3.6
9
13
- Add Python 3.10 support
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ In your code:
71
71
Releases
72
72
========
73
73
74
- Latest release is 3.4 .0. It supports Python 3.7+ and Django 2.2 to 4.1.
74
+ Latest release is 3.5 .0. It supports Python 3.7+ and Django 2.2 to 4.1.
75
75
76
76
Using TinyMCE 5.10.1.
77
77
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def read_file(filename):
20
20
21
21
setup (
22
22
name = "django-tinymce" ,
23
- version = "3.4 .0" ,
23
+ version = "3.5 .0" ,
24
24
packages = find_packages (),
25
25
include_package_data = True ,
26
26
author = "Aljosa Mohorovic" ,
You can’t perform that action at this time.
0 commit comments