Skip to content

Commit

Permalink
Merge branch 'release-3.3.0' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Natim committed Mar 24, 2021
2 parents 3d883ec + fe4c8b1 commit 6f26421
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ Changelog
This document describes changes between each past release.


3.3.0 (unreleased)
3.3.0 (2021-03-24)
==================

- Nothing changed yet.
- Add support for Django 3.1
- Improve detection of dynamically added formsets
- Update configuration documentation


3.2.0 (2020-12-10)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ In your code:
Releases
========

Latest release is 3.2.0. It supports Python 3.6+ Django 2.2, 3.0 and 3.1
Latest release is 3.3.0. It supports Python 3.6+ Django 2.2, 3.0 and 3.1

Using TinyMCE 5.5.0.

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.3.0.dev0",
version="3.3.0",
packages=find_packages(),
include_package_data=True,
author="Aljosa Mohorovic",
Expand Down

0 comments on commit 6f26421

Please sign in to comment.