Skip to content

Commit 0b7ca81

Browse files
authored
Merge pull request #103 from dmtucker/release
Update the changelog for 0.7.0
2 parents be80b7b + 64dcc9c commit 0b7ca81

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,4 @@ To publish manually:
2626

2727
.. code-block:: bash
2828
29-
python -m venv venv
30-
venv/bin/pip install pep517 twine
31-
venv/bin/python -m pep517.build .
32-
venv/bin/twine upload dist/*
29+
tox -e publish -- upload

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/dbader/pytest-mypy/milestone/13)
4+
* Remove the upper bound on `python_requires`.
5+
* Require Python 3.5 or greater.
6+
* Enable custom error formatting.
7+
* Fix compatibility with pytest-xdist 2.
8+
39
## [0.6.2](https://github.com/dbader/pytest-mypy/milestone/12)
410
* Stop ignoring `.pyi` files.
511

0 commit comments

Comments
 (0)