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',