Skip to content

Commit

Permalink
fix issue reference, thanks @tgoodlet
Browse files Browse the repository at this point in the history
  • Loading branch information
hpk42 committed Nov 11, 2016
1 parent f65dab2 commit cac9657
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
which at first glance is a reasonable simplification,
thanks `@RonnyPfannschmidt`_ for report and pr.

- fix `#9`_: allow registering hookspecs from instances. The PR from
- fix `#19`_: allow registering hookspecs from instances. The PR from
`@tgoodlet`_ also modernized the varnames implementation.


.. _#9: https://github.com/pytest-dev/pytest/issues/9
.. _#19: https://github.com/pytest-dev/pytest/issues/19
.. _#17: https://github.com/pytest-dev/pytest/issues/17

.. _@tgoodlet: https://github.com/tgoodlet
Expand Down
2 changes: 1 addition & 1 deletion pluggy.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
import sys
import inspect

__version__ = '0.5.0.dev0'
__version__ = '0.5.0'

__all__ = ["PluginManager", "PluginValidationError", "HookCallError",
"HookspecMarker", "HookimplMarker"]
Expand Down

0 comments on commit cac9657

Please sign in to comment.