We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d749a15 commit 7477b5aCopy full SHA for 7477b5a
ckeditor/__init__.py
@@ -1,2 +1,2 @@
1
-VERSION = (5, 6, 2)
+VERSION = (5, 6, 8)
2
__version__ = '.'.join(map(str, VERSION))
setup.py
@@ -4,7 +4,7 @@
4
import sys
5
from setuptools import setup, find_packages
6
7
-version = '5.6.7'
+version = '5.6.8'
8
9
if sys.argv[-1] == 'publish':
10
os.system('python setup.py sdist upload')
0 commit comments