Skip to content

Commit

Permalink
Release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciuschiele committed Dec 1, 2018
1 parent f3de318 commit a78f42c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

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

### Version 1.10.1
- Add LICENSE file to the package.

Expand All @@ -8,7 +11,7 @@
- Set SCHEDULER_API_PREFIX default value to '/scheduler'. Thanks [andreicalistru](https://github.com/andreicalistru).

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

### Version 1.8.0
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.10.1',
version='1.11.0',
packages=['flask_apscheduler'],
url='https://github.com/viniciuschiele/flask-apscheduler',
license='Apache 2.0',
Expand Down

0 comments on commit a78f42c

Please sign in to comment.