Skip to content

Commit 8568de7

Browse files
author
goodboy
authored
Merge pull request #70 from tgoodlet/0.5.1_patch_release
0.5.1 patch release
2 parents 1672800 + 40ffe72 commit 8568de7

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.5.1
2+
-----
3+
- fix a bug and add tests for case where ``firstresult`` hooks return
4+
``None`` results. Thanks to `@RonnyPfannschmidt`_ and `@tgoodlet`
5+
for the issue (`#68`_) and PR (`#69`_) respectively.
6+
7+
.. _#69: https://github.com/pytest-dev/pytest/pull/69
8+
.. _#68: https://github.com/pytest-dev/pytest/issuses/68
9+
110
0.5.0
211
-----
312

@@ -53,11 +62,6 @@
5362
.. _#17: https://github.com/pytest-dev/pytest/issues/17
5463
.. _#14: https://github.com/pytest-dev/pytest/issues/14
5564

56-
.. _@tgoodlet: https://github.com/tgoodlet
57-
.. _@MichalTHEDUDE: https://github.com/MichalTHEDUDE
58-
.. _@vodik: https://github.com/vodik
59-
.. _@RonnyPfannschmidt: https://github.com/RonnyPfannschmidt
60-
6165

6266
0.4.0
6367
-----
@@ -93,6 +97,9 @@
9397

9498
initial release
9599

100+
.. contributors
96101
.. _@hpk42: https://github.com/hpk42
97-
98-
102+
.. _@tgoodlet: https://github.com/tgoodlet
103+
.. _@MichalTHEDUDE: https://github.com/MichalTHEDUDE
104+
.. _@vodik: https://github.com/vodik
105+
.. _@RonnyPfannschmidt: https://github.com/RonnyPfannschmidt

pluggy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import warnings
33
from .callers import _MultiCall, HookCallError, _raise_wrapfail, _Result
44

5-
__version__ = '0.5.0'
5+
__version__ = '0.5.1'
66

77
__all__ = ["PluginManager", "PluginValidationError", "HookCallError",
88
"HookspecMarker", "HookimplMarker"]

0 commit comments

Comments
 (0)