We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef069ca commit 84bdbe0Copy full SHA for 84bdbe0
docs/index.rst
@@ -272,6 +272,12 @@ The `nose`_ collector and test runner works also fine with Flask-Testing.
272
Changes
273
=======
274
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
281
0.7.1 (19.12.2017)
282
------------------
283
setup.py
@@ -31,7 +31,7 @@
31
32
setup(
33
name='Flask-Testing',
34
- version='0.7.1',
+ version='0.8.0',
35
url='https://github.com/jarus/flask-testing',
36
license='BSD',
37
author='Dan Jacob',
0 commit comments