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.
1 parent 50b1196 commit ad3ee7fCopy full SHA for ad3ee7f
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Version history
2
3
4
+## Version 1.11.1
5
+
6
+### Bugfixes
7
8
+- Adds `tests/` subfolder to `sdist` package
9
10
11
## Version 1.11.0
12
13
### Features
MANIFEST.in
@@ -0,0 +1 @@
+graft pytest_mypy_plugins/tests
setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name="pytest-mypy-plugins",
18
- version="1.11.0",
+ version="1.11.1",
19
description="pytest plugin for writing tests for mypy plugins",
20
long_description=readme,
21
long_description_content_type="text/markdown",
0 commit comments