Skip to content

Commit

Permalink
Prepare 3.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Aug 27, 2022
1 parent 41cb10e commit 9da225c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ Changelog

This document describes changes between each past release.

3.5.0 (2022-08-27)
==================

- Support new non-jQuery formset:added event triggered on Django 4.1
- Replace an obsolete call to tinyMCE.editors (#391)
- Confirm support for Django 4.0 and 4.1
- Drop support for Django 3.0, 3.1 and Python 3.6
- Add Python 3.10 support
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ In your code:
Releases
========

Latest release is 3.4.0. It supports Python 3.7+ and Django 2.2 to 4.1.
Latest release is 3.5.0. It supports Python 3.7+ and Django 2.2 to 4.1.

Using TinyMCE 5.10.1.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def read_file(filename):

setup(
name="django-tinymce",
version="3.4.0",
version="3.5.0",
packages=find_packages(),
include_package_data=True,
author="Aljosa Mohorovic",
Expand Down

0 comments on commit 9da225c

Please sign in to comment.