File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,11 @@ Changelog
33
44This document describes changes between each past release.
55
6+ 3.5.0 (2022-08-27)
7+ ==================
8+
69- Support new non-jQuery formset:added event triggered on Django 4.1
10+ - Replace an obsolete call to tinyMCE.editors (#391)
711- Confirm support for Django 4.0 and 4.1
812- Drop support for Django 3.0, 3.1 and Python 3.6
913- Add Python 3.10 support
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ In your code:
7171Releases
7272========
7373
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.
7575
7676Using TinyMCE 5.10.1.
7777
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def read_file(filename):
2020
2121setup (
2222 name = "django-tinymce" ,
23- version = "3.4 .0" ,
23+ version = "3.5 .0" ,
2424 packages = find_packages (),
2525 include_package_data = True ,
2626 author = "Aljosa Mohorovic" ,
You can’t perform that action at this time.
0 commit comments