You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Pluggy 0.7.0 (2018-07-26)
1
+
pluggy 0.7.1 (2018-07-28)
2
2
=========================
3
3
4
4
Deprecations and Removals
@@ -27,6 +27,8 @@ Bug Fixes
27
27
- `#110 <https://github.com/pytest-dev/pluggy/issues/110>`_: Fix a bug where ``_HookCaller.call_historic()`` would call the ``proc``
28
28
arg even when the default is ``None`` resulting in a ``TypeError``.
29
29
30
+
- `#160 <https://github.com/pytest-dev/pluggy/issues/160>`_: Fix problem when handling ``VersionConflict`` errors when loading setuptools plugins.
31
+
30
32
31
33
32
34
Improved Documentation
@@ -62,6 +64,11 @@ Trivial/Internal Changes
62
64
- `#66 <https://github.com/pytest-dev/pluggy/issues/66>`_: Start using ``towncrier`` and a custom ``tox`` environment to prepare releases!
63
65
64
66
67
+
pluggy 0.7.0 (Unreleased)
68
+
=========================
69
+
70
+
* `#160 <https://github.com/pytest-dev/pluggy/issues/160>`_: We discovered a deployment issue so this version was never released to PyPI, only the tag exists.
71
+
65
72
0.6.0
66
73
-----
67
74
- Add CI testing for the features, release, and master
0 commit comments