Skip to content

Commit 81913a4

Browse files
committed
Version 4.0.1 release
1 parent 1117965 commit 81913a4

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 4.0.1
4+
5+
### Bugfixes
6+
7+
- Fixed `sqlite3` mypy's cache contamination, #186
8+
9+
310
## 4.0.0
411

512
### Bugfixes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name="pytest-mypy-plugins",
20-
version="4.0.0",
20+
version="4.0.1",
2121
description="pytest plugin for writing tests for mypy plugins",
2222
long_description=readme,
2323
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)