Skip to content

Commit

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

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

* Improvements to ``LiveServerTestCase``
* The test case will now block until the server is available
* Fixed an issue where no request context was available
* Fixed an issue where tests would be run twice when ``DEBUG`` was set to True
* Add missing message arguments for assertRedirects and assertContext
* Better default failure message for assertRedirects
* Better default failure message for assertTemplateUsed
* Fix an issue that caused the ``render_templates`` option to not clean up after itself if set to False
* Update docs to use new Flask extension import specification

0.4.2 (24.07.2014)
------------------

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.4.2',
version='0.5.0',
url='https://github.com/jarus/flask-testing',
license='BSD',
author='Dan Jacob',
Expand Down

0 comments on commit 1610f9d

Please sign in to comment.