From 84bdbe06bbb5c5b6c8c332c13718a4607377d968 Mon Sep 17 00:00:00 2001 From: Jonathan Como Date: Thu, 5 Mar 2020 19:16:56 -0800 Subject: [PATCH] Bump version to 0.8.0 --- docs/index.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index b0b288c..fbe4c0b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -272,6 +272,12 @@ The `nose`_ collector and test runner works also fine with Flask-Testing. Changes ======= +0.8.0 (05.03.2020) +------------------ + + * Drops support for python 2.6, 3.3, and 3.4 due to end-of-life. + * Fixes werkzeug 1.0 compatibility issue with import paths + 0.7.1 (19.12.2017) ------------------ diff --git a/setup.py b/setup.py index 4ea52f8..12b30a2 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name='Flask-Testing', - version='0.7.1', + version='0.8.0', url='https://github.com/jarus/flask-testing', license='BSD', author='Dan Jacob',