Skip to content

Commit ff5fd18

Browse files
committed
(daniel, holger) prepare pluggy-0.4.0 release
1 parent ded4c2e commit ff5fd18

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.3.2
1+
0.4.0
22
-----
33

44
- add has_plugin(name) method to pluginmanager. thanks Bruno Oliveira.

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.3.2'
70+
__version__ = '0.4.0'
7171

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

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ envlist=check,{py26,py27,py34,py35,pypy}-{pytest27,pytest}
55
commands= py.test {posargs:testing/test_pluggy.py}
66
deps=
77
pytest27: pytest>=2.7.0,<2.8.0
8-
pytest: pytest>=2.8.0.dev5
8+
pytest: pytest>=2.8.0
9+
910

1011
[testenv:check]
1112
usedevelop=True

0 commit comments

Comments
 (0)