diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 62ea20b..8768342 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -26,7 +26,4 @@ To publish manually: .. code-block:: bash - python -m venv venv - venv/bin/pip install pep517 twine - venv/bin/python -m pep517.build . - venv/bin/twine upload dist/* + tox -e publish -- upload diff --git a/changelog.md b/changelog.md index b4088cf..5fdb8b7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## [0.7.0](https://github.com/dbader/pytest-mypy/milestone/13) +* Remove the upper bound on `python_requires`. +* Require Python 3.5 or greater. +* Enable custom error formatting. +* Fix compatibility with pytest-xdist 2. + ## [0.6.2](https://github.com/dbader/pytest-mypy/milestone/12) * Stop ignoring `.pyi` files.