From e29d542d610b49a73d5ca1750c0ace70c3291c7d Mon Sep 17 00:00:00 2001 From: Vinicius Chiele Date: Sat, 16 Sep 2023 12:20:30 +0100 Subject: [PATCH] Release 1.13.0 --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c183db0..43b72e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### Version 1.13.0 + - Add endpoints to modify the scheduler state [#222](https://github.com/viniciuschiele/flask-apscheduler/pull/222). + - Bump minimum required `flask` version from 0.10 to 2.2.5 [#227](https://github.com/viniciuschiele/flask-apscheduler/pull/227). + - Drop support for Python < 3.8 [#229](https://github.com/viniciuschiele/flask-apscheduler/pull/229) + - Remove deprecated methods [#224](https://github.com/viniciuschiele/flask-apscheduler/pull/224) + ### Version 1.12.4 - Add logging to API endpoints [#197](https://github.com/viniciuschiele/flask-apscheduler/pull/197). - Fix issue [#203](https://github.com/viniciuschiele/flask-apscheduler/issues/203). diff --git a/setup.py b/setup.py index ee1cd40..5ab1ea4 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="Flask-APScheduler", - version="1.12.4", + version="1.13.0", packages=["flask_apscheduler"], url="https://github.com/viniciuschiele/flask-apscheduler", license="Apache 2.0",