From 673db027feae52d6d6bd2a4c4ae266d253d340db Mon Sep 17 00:00:00 2001 From: Eshaan Bansal Date: Fri, 29 Apr 2022 18:01:05 +0530 Subject: [PATCH] Release: v1.9.1 --- .github/CHANGELOG.md | 7 +++++++ version.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 24cc683..5e6583b 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -2,6 +2,13 @@ **[Get it on PyPi](https://pypi.org/project/Flask-Shell2HTTP/)** +## [v1.9.1](https://github.com/eshaan7/Flask-Shell2HTTP/releases/tag/v1.9.1) + +Added support for Flask version >=2.1.0 . + +- Fix import errors. [[Issue 42](https://github.com/eshaan7/Flask-Shell2HTTP/issues/42)]. +- Fix dependency conflicts in `requirements.dev.txt` file. + ## [v1.9.0](https://github.com/eshaan7/Flask-Shell2HTTP/releases/tag/v1.9.0) - It's now possible to request deletion/cancellation of jobs. [[Issue 38](https://github.com/eshaan7/Flask-Shell2HTTP/issues/38)]. diff --git a/version.txt b/version.txt index abb1658..ee672d8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.9.0 \ No newline at end of file +1.9.1 \ No newline at end of file