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 eafbf48 commit bd45f43Copy full SHA for bd45f43
docs/index.rst
@@ -243,6 +243,13 @@ The `nose`_ collector and test runner works also fine with Flask-Testing.
243
Changes
244
=======
245
246
+0.6.0 (02.09.2016)
247
+------------------
248
+
249
+ * ``LiveServerTestCase`` will now start running as soon as the server is up
250
+ * ``assertRedirects`` now respects the ``SERVER_NAME`` config value and can compare against absolute URLs
251
+ * Compatibility with Flask 0.11.1
252
253
0.5.0 (12.06.2016)
254
------------------
255
setup.py
@@ -31,7 +31,7 @@
31
32
setup(
33
name='Flask-Testing',
34
- version='0.5.0',
+ version='0.6.0',
35
url='https://github.com/jarus/flask-testing',
36
license='BSD',
37
author='Dan Jacob',
0 commit comments