Skip to content

Commit a1e34b8

Browse files
committed
Fix pypi package.
1 parent 541f456 commit a1e34b8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

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

4+
5.6.1
5+
-----
6+
#. Fix bad pypi package
7+
48

59
5.6.0
610
-----

ckeditor/__init__.py

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

0 commit comments

Comments
 (0)