Skip to content

Commit

Permalink
Release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vchiele committed Mar 14, 2021
1 parent bbfdede commit 06640c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### Version 1.12.0
- Pin APScheduler v3 to avoid unexpected errors as v4 may have significant changes. Thanks [christopherpickering](https://github.com/christopherpickering) for the PR.
- Fix issue [#139](https://github.com/viniciuschiele/flask-apscheduler/issues/139)

### Version 1.11.0
- Add task decorator. Thanks [jscurtu](https://github.com/jscurtu) for the PR.

Expand All @@ -12,7 +16,7 @@

### Version 1.9.0
- Add SCHEDULER_API_PREFIX to control the endpoint url. Thanks [FrEaKmAn](https://github.com/FrEaKmAn) for the PR.
- Fix issue #75
- Fix issue [#75](https://github.com/viniciuschiele/flask-apscheduler/issues/75)

### Version 1.8.0
- Add property to get the state of the scheduler.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='Flask-APScheduler',
version='1.11.0',
version='1.12.0',
packages=['flask_apscheduler'],
url='https://github.com/viniciuschiele/flask-apscheduler',
license='Apache 2.0',
Expand Down

0 comments on commit 06640c8

Please sign in to comment.