From 5b69019c70d0cb1893687799276abb9743f61785 Mon Sep 17 00:00:00 2001 From: Goutham Balaraman Date: Mon, 14 Feb 2022 05:51:07 -0800 Subject: [PATCH] update version and remove flask version 2 requirement --- Requirements.txt | 2 +- flask_blogging/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Requirements.txt b/Requirements.txt index 04fe409..d3d0311 100644 --- a/Requirements.txt +++ b/Requirements.txt @@ -1,4 +1,4 @@ -Flask>=2.0.0 +Flask Flask-WTF>=0.14.0 Flask-Login Flask-Principal diff --git a/flask_blogging/__init__.py b/flask_blogging/__init__.py index fc8e529..372bbc4 100644 --- a/flask_blogging/__init__.py +++ b/flask_blogging/__init__.py @@ -15,4 +15,4 @@ """ __author__ = 'Gouthaman Balaraman' -__version__ = '2.0.0' +__version__ = '2.0.0.post2'