Skip to content

Commit 35b5986

Browse files
authored
Merge pull request #65 from dmtucker/release
Bump the verson to 0.4.2
2 parents 81ea1fb + 50adc12 commit 35b5986

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

changelog.md

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

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+
310
## 0.4.1
411
* Stop overlapping `python_version`s in `install_requires`.
512

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.4.1',
17+
version='0.4.2',
1818
author='Daniel Bader',
1919
author_email='mail@dbader.org',
2020
maintainer='David Tucker',

0 commit comments

Comments
 (0)