Skip to content

Commit 5759632

Browse files
committed
Release 0.5.0
1 parent d8f5019 commit 5759632

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

CHANGES.rst

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,16 @@ Changelog
22
=========
33

44

5-
1.0.0
5+
0.5.0
66
-----
77

8-
Rlease date: -
8+
Release date: 2023/10/12
99

1010
- Drop Python 2 and 3.6 support.
11+
- Migrate from Travis CI to GitHub Actions.
1112
- Remove the deprecated ``codesnippet`` argument in ``ckeditor.config()``.
12-
13-
14-
0.4.7
15-
-----
16-
17-
Release date: -
18-
19-
- Fix the compatiable issue with Flask 3.0
13+
- Fix the compatibility issue with Flask 3.0 version.
14+
- Add message parameter to ``upload_success`` callback to support custom warning message.
2015

2116

2217
0.4.6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='Flask-CKEditor',
20-
version='0.4.6',
20+
version='0.5.0',
2121
url='http://github.com/helloflask/flask-ckeditor',
2222
license='MIT',
2323
author='Grey Li',

0 commit comments

Comments
 (0)