Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Oct 12, 2023
1 parent d8f5019 commit 5759632
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
15 changes: 5 additions & 10 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,16 @@ Changelog
=========


1.0.0
0.5.0
-----

Rlease date: -
Release date: 2023/10/12

- Drop Python 2 and 3.6 support.
- Migrate from Travis CI to GitHub Actions.
- Remove the deprecated ``codesnippet`` argument in ``ckeditor.config()``.


0.4.7
-----

Release date: -

- Fix the compatiable issue with Flask 3.0
- Fix the compatibility issue with Flask 3.0 version.
- Add message parameter to ``upload_success`` callback to support custom warning message.


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

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

0 comments on commit 5759632

Please sign in to comment.