Skip to content

Commit 7477b5a

Browse files
committed
bump version to 5.6.8
1 parent d749a15 commit 7477b5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55
from setuptools import setup, find_packages
66

7-
version = '5.6.7'
7+
version = '5.6.8'
88

99
if sys.argv[-1] == 'publish':
1010
os.system('python setup.py sdist upload')

0 commit comments

Comments
 (0)