Skip to content

Commit

Permalink
Preparing release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Nov 25, 2021
1 parent 6734d74 commit b4d7f2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog
This document describes changes between each past release.


3.4.0 (unreleased)
3.4.0 (2021-11-25)
==================

- Upgrade to TinyMCE 5.10.1
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ In your code:
Releases
========

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

Using TinyMCE 5.5.0.
Using TinyMCE 5.10.1.

Previous releases can be found on github, but they are no longer maintained.

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

0 comments on commit b4d7f2e

Please sign in to comment.