From 5759632a6355725890b654e79d4129f04c86770f Mon Sep 17 00:00:00 2001 From: Grey Li Date: Thu, 12 Oct 2023 19:21:49 +0800 Subject: [PATCH] Release 0.5.0 --- CHANGES.rst | 15 +++++---------- setup.py | 2 +- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 0a611ce..fe08b99 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 diff --git a/setup.py b/setup.py index 31c5100..8ef8ecc 100644 --- a/setup.py +++ b/setup.py @@ -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',