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

Commit 3f40dec

Browse files
committed
Bump version.
1 parent 00b3d6f commit 3f40dec

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CHANGELOG.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ Changelog
33

44
5.3.1
55
-----
6-
7-
(Upcoming)
8-
96
#. Actually include the code which sets ``CKEDITOR_BASEPATH``.
107
#. CKEditor 4.7.3
118

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, 0)
1+
VERSION = (5, 3, 1)
22
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)