Skip to content

Commit

Permalink
Release 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciuschiele committed Sep 16, 2023
1 parent 9ead77d commit e29d542
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e29d542

Please sign in to comment.