Skip to content

Commit

Permalink
Bump version to 0.6.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Como committed Sep 2, 2016
1 parent eafbf48 commit bd45f43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,13 @@ The `nose`_ collector and test runner works also fine with Flask-Testing.
Changes
=======

0.6.0 (02.09.2016)
------------------

* ``LiveServerTestCase`` will now start running as soon as the server is up
* ``assertRedirects`` now respects the ``SERVER_NAME`` config value and can compare against absolute URLs
* Compatibility with Flask 0.11.1

0.5.0 (12.06.2016)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

setup(
name='Flask-Testing',
version='0.5.0',
version='0.6.0',
url='https://github.com/jarus/flask-testing',
license='BSD',
author='Dan Jacob',
Expand Down

0 comments on commit bd45f43

Please sign in to comment.