Skip to content

Commit 9da225c

Browse files
committed
Prepare 3.5.0 release
1 parent 41cb10e commit 9da225c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.rst

+4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ Changelog
33

44
This 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

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ In your code:
7171
Releases
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

7676
Using TinyMCE 5.10.1.
7777

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def read_file(filename):
2020

2121
setup(
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",

0 commit comments

Comments
 (0)