From 43b625b54415589c70077173a50f9311dab0e783 Mon Sep 17 00:00:00 2001 From: vchiele Date: Sat, 10 Apr 2021 15:58:29 +0100 Subject: [PATCH] Release 1.12.2 --- CHANGELOG.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46037b1..05868eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### Version 1.12.2 + - Fix issue [#139](https://github.com/viniciuschiele/flask-apscheduler/issues/139). Thanks [Gkirito](https://github.com/Gkirito) for the PR. + ### Version 1.12.1 - Revert PR [#140](https://github.com/viniciuschiele/flask-apscheduler/pull/140) diff --git a/setup.py b/setup.py index 7da6123..66bcbfe 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='Flask-APScheduler', - version='1.12.1', + version='1.12.2', packages=['flask_apscheduler'], url='https://github.com/viniciuschiele/flask-apscheduler', license='Apache 2.0',