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 81ea1fb + 50adc12 commit 35b5986Copy full SHA for 35b5986
changelog.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 0.4.2
4
+* Make success message green instead of red.
5
+* Remove Python 3.8 beta/dev references.
6
+* Stop blacklisting early 0.5x and 0.7x mypy releases.
7
+
8
+See [the milestone](https://github.com/dbader/pytest-mypy/milestone/8) for details.
9
10
## 0.4.1
11
* Stop overlapping `python_version`s in `install_requires`.
12
setup.py
@@ -14,7 +14,7 @@ def read(fname):
14
15
setup(
16
name='pytest-mypy',
17
- version='0.4.1',
+ version='0.4.2',
18
author='Daniel Bader',
19
author_email='mail@dbader.org',
20
maintainer='David Tucker',
0 commit comments