Skip to content

Commit 310cdbe

Browse files
author
Jonathan Como
committed
Hotfix for #91: bump version and update changelog
1 parent de439a3 commit 310cdbe

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/index.rst

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

246+
0.6.1 (03.09.2016)
247+
------------------
248+
249+
* Fix issues that prevented tests from running when blinker was not installed
250+
246251
0.6.0 (02.09.2016)
247252
------------------
248253

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

0 commit comments

Comments
 (0)