Skip to content

Commit

Permalink
Ready for release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Aug 24, 2018
1 parent ff73f99 commit f1d61e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ Changelog
0.4.2
-----

Release date:
Release date: 2018/8/24

- Add documentation.
- Remove built-in support for markdown plugin since it's unmaintained and not work with CKEditor > 4.6.
- Rename argument ``codesnippet`` to ``enable_codesnippet`` in ``ckeditor.config()``.
- Add ``serve_local`` argument for ``ckeditor.load()``.

0.4.1
-----
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

0 comments on commit f1d61e7

Please sign in to comment.