We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0609380 + e636138 commit 7e5141eCopy full SHA for 7e5141e
changelog.md
@@ -6,6 +6,8 @@
6
* Support configuring the plugin in a conftest.py.
7
* Add support for Python 3.8
8
9
+See [the milestone](https://github.com/dbader/pytest-mypy/milestone/6) for details.
10
+
11
## 0.3.3
12
* Register `mypy` marker.
13
* Add a PEP-518 [build-system]
setup.py
@@ -14,7 +14,7 @@ def read(fname):
14
15
setup(
16
name='pytest-mypy',
17
- version='0.3.3',
+ version='0.4.0',
18
author='Daniel Bader',
19
author_email='mail@dbader.org',
20
maintainer='David Tucker',
0 commit comments