Skip to content

Commit a2fc827

Browse files
committed
bump version 5.4.2
1 parent 217f344 commit a2fc827

File tree

2 files changed

+2
-1
lines changed

2 files changed

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

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ max_line_length = 120
1010
[flake8]
1111
exclude = build,.git,docs,migrations,.tox,venv
1212
# ignore = E123,E128,E402,E501,W503,E731,W601
13+
ignore = W1401
1314
max-line-length = 120
1415
statistics = true
1516
count = true

0 commit comments

Comments
 (0)