Skip to content

Commit 5d1bb76

Browse files
author
Rémy HUBSCHER
committed
Preparing release 1.5.4
1 parent 3c5e5f9 commit 5d1bb76

File tree

5 files changed

+478
-473
lines changed

5 files changed

+478
-473
lines changed

docs/history.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Repository:
1111
* Fixed documentation and test code to use ``db_field.formfield`` instead of
1212
``forms.CharField``.
1313

14+
1.5.4 (2017-02-15)
15+
16+
* Update TinyMCE to 3.5.12
17+
1418
Release 1.5 (2009-02-13):
1519
* Updated Google Code CSS location.
1620
* Fixed a compressor crash when 'theme' configuration was omitted.

metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name = 'tinymce'
22
authors = 'Joost Cassee, Aljosa Mohorovic'
3-
version = '1.5.3'
3+
version = '1.5.4'
44
release = version

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-
23

34
# from distutils.core import setup
45
from setuptools import setup, find_packages

tinymce/static/tiny_mce/plugins/spellchecker/editor_plugin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)