diff --git a/CHANGELOG.md b/CHANGELOG.md index 43b72e6..a399edc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### Version 1.13.1 + - Add support for Flask 3 [#236](https://github.com/viniciuschiele/flask-apscheduler/pull/236). + ### 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). diff --git a/setup.py b/setup.py index 12f9ac1..bdfc643 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="Flask-APScheduler", - version="1.13.0", + version="1.13.1", packages=["flask_apscheduler"], url="https://github.com/viniciuschiele/flask-apscheduler", license="Apache 2.0",