Skip to content

Commit

Permalink
Release 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Apr 24, 2021
1 parent df8e27b commit c289764
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -4,7 +4,7 @@ Changelog
0.4.5
-----

Release date: -
Release date: 2021/4/24

- Fix unnecessary "ckeditor" class when using ``ckeditor.config()``.

Expand Down
13 changes: 5 additions & 8 deletions setup.py
Expand Up @@ -4,24 +4,21 @@
--------------
CKEditor integration for Flask, including image upload, code syntax
highlighting and more.
highlighting, and more.
Main Features:
Features:
* Integrated with Flask-WTF/WTForms.
* Config CKEditor through Flask's configuration system.
* Integrate with Flask-WTF/WTForms.
* Configure CKEditor through Flask's configuration system.
* Image upload support.
* Code snippet highlighting.
* Built-in CKEditor resources.
Go to [Github page](https://github.com/greyli/flask-ckeditor), which you
can check for more details.
"""
from setuptools import setup

setup(
name='Flask-CKEditor',
version='0.4.4.1',
version='0.4.5',
url='http://github.com/greyli/flask-ckeditor',
license='MIT',
author='Grey Li',
Expand Down

0 comments on commit c289764

Please sign in to comment.