Skip to content

Commit 1610f9d

Browse files
author
Jonathan Como
committed
Bump version to 0.5.0 and update changelog
1 parent 01f4bd0 commit 1610f9d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/index.rst

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

244+
0.5.0 (12.06.2016)
245+
------------------
246+
247+
* Improvements to ``LiveServerTestCase``
248+
* The test case will now block until the server is available
249+
* Fixed an issue where no request context was available
250+
* Fixed an issue where tests would be run twice when ``DEBUG`` was set to True
251+
* Add missing message arguments for assertRedirects and assertContext
252+
* Better default failure message for assertRedirects
253+
* Better default failure message for assertTemplateUsed
254+
* Fix an issue that caused the ``render_templates`` option to not clean up after itself if set to False
255+
* Update docs to use new Flask extension import specification
256+
244257
0.4.2 (24.07.2014)
245258
------------------
246259

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

0 commit comments

Comments
 (0)