Skip to content

Commit 7e5141e

Browse files
authored
Merge pull request #49 from dmtucker/release
Bump the version to 0.4.0
2 parents 0609380 + e636138 commit 7e5141e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* Support configuring the plugin in a conftest.py.
77
* Add support for Python 3.8
88

9+
See [the milestone](https://github.com/dbader/pytest-mypy/milestone/6) for details.
10+
911
## 0.3.3
1012
* Register `mypy` marker.
1113
* Add a PEP-518 [build-system]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def read(fname):
1414

1515
setup(
1616
name='pytest-mypy',
17-
version='0.3.3',
17+
version='0.4.0',
1818
author='Daniel Bader',
1919
author_email='mail@dbader.org',
2020
maintainer='David Tucker',

0 commit comments

Comments
 (0)