Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 111f8a9

Browse files
committed
Bump version.
1 parent 3bb16ef commit 111f8a9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
5.4.0
5+
-----
6+
#. Django 2.0 compatibility
7+
8+
49
5.3.1
510
-----
611
#. Actually include the code which sets ``CKEDITOR_BASEPATH``.

ckeditor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (5, 3, 1)
1+
VERSION = (5, 4, 0)
22
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)