Skip to content

Commit 84bdbe0

Browse files
author
Jonathan Como
committed
Bump version to 0.8.0
1 parent ef069ca commit 84bdbe0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,12 @@ The `nose`_ collector and test runner works also fine with Flask-Testing.
272272
Changes
273273
=======
274274

275+
0.8.0 (05.03.2020)
276+
------------------
277+
278+
* Drops support for python 2.6, 3.3, and 3.4 due to end-of-life.
279+
* Fixes werkzeug 1.0 compatibility issue with import paths
280+
275281
0.7.1 (19.12.2017)
276282
------------------
277283

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
setup(
3333
name='Flask-Testing',
34-
version='0.7.1',
34+
version='0.8.0',
3535
url='https://github.com/jarus/flask-testing',
3636
license='BSD',
3737
author='Dan Jacob',

0 commit comments

Comments
 (0)