Skip to content

Commit bd45f43

Browse files
author
Jonathan Como
committed
Bump version to 0.6.0 and update changelog
1 parent eafbf48 commit bd45f43

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,13 @@ The `nose`_ collector and test runner works also fine with Flask-Testing.
243243
Changes
244244
=======
245245

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+
246253
0.5.0 (12.06.2016)
247254
------------------
248255

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.5.0',
34+
version='0.6.0',
3535
url='https://github.com/jarus/flask-testing',
3636
license='BSD',
3737
author='Dan Jacob',

0 commit comments

Comments
 (0)