Skip to content

Commit 0445a3f

Browse files
committed
Bump version to 0.4.2 and update changelog
1 parent e0abca4 commit 0445a3f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/index.rst

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

244+
0.4.2 (24.07.2014)
245+
------------------
246+
247+
* Improved teardown to be more graceful.
248+
* Add ``message`` argument to ``assertStatus`` respectively all assertion methods with fixed status like ``assert404``.
249+
244250
0.4.1 (27.02.2014)
245251
------------------
246252

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

0 commit comments

Comments
 (0)