From de1fe6a2cb70bda2041cae7801812b016d127244 Mon Sep 17 00:00:00 2001 From: Vinicius Chiele Date: Sat, 18 Dec 2021 09:33:48 +0000 Subject: [PATCH] Release 1.12.3 --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05868eb..17f7d55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/setup.py b/setup.py index 895f33f..3df94de 100644 --- a/setup.py +++ b/setup.py @@ -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',