Skip to content

Commit 06640c8

Browse files
author
vchiele
committed
Release 1.12.0
1 parent bbfdede commit 06640c8

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### Version 1.12.0
4+
- Pin APScheduler v3 to avoid unexpected errors as v4 may have significant changes. Thanks [christopherpickering](https://github.com/christopherpickering) for the PR.
5+
- Fix issue [#139](https://github.com/viniciuschiele/flask-apscheduler/issues/139)
6+
37
### Version 1.11.0
48
- Add task decorator. Thanks [jscurtu](https://github.com/jscurtu) for the PR.
59

@@ -12,7 +16,7 @@
1216

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

1721
### Version 1.8.0
1822
- Add property to get the state of the scheduler.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='Flask-APScheduler',
5-
version='1.11.0',
5+
version='1.12.0',
66
packages=['flask_apscheduler'],
77
url='https://github.com/viniciuschiele/flask-apscheduler',
88
license='Apache 2.0',

0 commit comments

Comments
 (0)