Skip to content

Commit

Permalink
Release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciuschiele committed Nov 29, 2015
1 parent a3646c5 commit e931ee2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
23 changes: 13 additions & 10 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
# Changelog

### Version 1.3.2
- Bug fix

### Version 1.3.1
- Made compatible with python 2.7

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

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

### Version 1.2.0
- Added REST API to add a new job
- Added REST API to delete a job
- Added REST API to update a job
- Added REST API to pause a job
- Added REST API to resume a job
- Add REST API to add a new job
- Add REST API to delete a job
- Add REST API to update a job
- Add REST API to pause a job
- Add REST API to resume a job

### Version 1.1.0
- Added new configuration attribute called SCHEDULER_VIEWS_ENABLED, default is False.
- Add new configuration attribute called SCHEDULER_VIEWS_ENABLED, default is False.
From this version, the views are not loaded anymore by default.
- Added more parameters to the job definition.
- Add more parameters to the job definition.
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.3.1',
version='1.3.2',
packages=['flask_apscheduler'],
url='https://github.com/viniciuschiele/flask-apscheduler',
license='Apache 2.0',
Expand Down

0 comments on commit e931ee2

Please sign in to comment.