Skip to content

Commit

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

### Version 1.12.3
- Fix issue [#120](https://github.com/viniciuschiele/flask-apscheduler/issues/120). Thanks [guru-florida](https://github.com/guru-florida) for the PR.
- Fix issue [#165](https://github.com/viniciuschiele/flask-apscheduler/issues/165). Thanks [christopherpickering](https://github.com/christopherpickering) for the PR.

### Version 1.12.2
- Fix issue [#139](https://github.com/viniciuschiele/flask-apscheduler/issues/139). Thanks [Gkirito](https://github.com/Gkirito) for the PR.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

0 comments on commit de1fe6a

Please sign in to comment.