Skip to content

Commit 7102c74

Browse files
committed
bump version, amend changelog
1 parent ca39b4b commit 7102c74

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
0.4.1
1+
0.5.0
22
-----
33

44
- fix bug where callbacks for historic hooks would not be called for
55
already registered plugins. Thanks Simon Gmizelj for the PR
66
and holger krekel for further fixes.
7+
78
- fix #17 by considering only actual functions for hooks
89
this removes the ability to register arbitrary callable objects
910
which at first glance is a reasonable simplification,
1011
thanks RonnyPfannschmidt for report and pr.
1112

13+
- fix #9: allow registering hookspecs from instances. The PR from
14+
@tgoodlet also modernized the varnames implementation.
15+
1216
0.4.0
1317
-----
1418

pluggy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
import sys
6868
import inspect
6969

70-
__version__ = '0.4.1'
70+
__version__ = '0.5.0.dev0'
7171

7272
__all__ = ["PluginManager", "PluginValidationError", "HookCallError",
7373
"HookspecMarker", "HookimplMarker"]

0 commit comments

Comments
 (0)