Skip to content

Commit 9b48efb

Browse files
committed
Run towncrier manually and fix changelog manually
Mark 0.7.0 as unreleased due to deployment problems in #160
1 parent 72e4c25 commit 9b48efb

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Pluggy 0.7.0 (2018-07-26)
1+
pluggy 0.7.1 (2018-07-28)
22
=========================
33

44
Deprecations and Removals
@@ -27,6 +27,8 @@ Bug Fixes
2727
- `#110 <https://github.com/pytest-dev/pluggy/issues/110>`_: Fix a bug where ``_HookCaller.call_historic()`` would call the ``proc``
2828
arg even when the default is ``None`` resulting in a ``TypeError``.
2929

30+
- `#160 <https://github.com/pytest-dev/pluggy/issues/160>`_: Fix problem when handling ``VersionConflict`` errors when loading setuptools plugins.
31+
3032

3133

3234
Improved Documentation
@@ -62,6 +64,11 @@ Trivial/Internal Changes
6264
- `#66 <https://github.com/pytest-dev/pluggy/issues/66>`_: Start using ``towncrier`` and a custom ``tox`` environment to prepare releases!
6365

6466

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+
6572
0.6.0
6673
-----
6774
- Add CI testing for the features, release, and master

changelog/160.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)