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 de439a3 commit 310cdbeCopy full SHA for 310cdbe
docs/index.rst
@@ -243,6 +243,11 @@ The `nose`_ collector and test runner works also fine with Flask-Testing.
243
Changes
244
=======
245
246
+0.6.1 (03.09.2016)
247
+------------------
248
+
249
+ * Fix issues that prevented tests from running when blinker was not installed
250
251
0.6.0 (02.09.2016)
252
------------------
253
setup.py
@@ -31,7 +31,7 @@
31
32
setup(
33
name='Flask-Testing',
34
- version='0.6.0',
+ version='0.6.1',
35
url='https://github.com/jarus/flask-testing',
36
license='BSD',
37
author='Dan Jacob',
0 commit comments