Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciuschiele committed Nov 20, 2015
1 parent f001e85 commit d9f3b19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### Version 1.3.0
- Changed APIs Pause, Resume and Run to execute only with HTTP POST
- Bug fixed

### Version 1.2.1
- Improved serialization and deserialization of triggers

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

0 comments on commit d9f3b19

Please sign in to comment.