File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Changelog
440.4.5
55-----
66
7- Release date: -
7+ Release date: 2021/4/24
88
99- Fix unnecessary "ckeditor" class when using ``ckeditor.config() ``.
1010
Original file line number Diff line number Diff line change 44--------------
55
66CKEditor integration for Flask, including image upload, code syntax
7- highlighting and more.
7+ highlighting, and more.
88
9- Main Features:
9+ Features:
1010
11- * Integrated with Flask-WTF/WTForms.
12- * Config CKEditor through Flask's configuration system.
11+ * Integrate with Flask-WTF/WTForms.
12+ * Configure CKEditor through Flask's configuration system.
1313* Image upload support.
1414* Code snippet highlighting.
1515* Built-in CKEditor resources.
16-
17- Go to [Github page](https://github.com/greyli/flask-ckeditor), which you
18- can check for more details.
1916"""
2017from setuptools import setup
2118
2219setup (
2320 name = 'Flask-CKEditor' ,
24- version = '0.4.4.1 ' ,
21+ version = '0.4.5 ' ,
2522 url = 'http://github.com/greyli/flask-ckeditor' ,
2623 license = 'MIT' ,
2724 author = 'Grey Li' ,
You can’t perform that action at this time.
0 commit comments