diff --git a/docs/index.rst b/docs/index.rst index fbe4c0b..e990ef8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -272,6 +272,11 @@ The `nose`_ collector and test runner works also fine with Flask-Testing. Changes ======= +0.8.1 (12.24.2020) +------------------ + + * Fixes compatibility with ``json_available`` from previous versions of Flask + 0.8.0 (05.03.2020) ------------------ diff --git a/setup.py b/setup.py index 12b30a2..74334d4 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name='Flask-Testing', - version='0.8.0', + version='0.8.1', url='https://github.com/jarus/flask-testing', license='BSD', author='Dan Jacob',