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 f7b249d commit 40797e2Copy full SHA for 40797e2
CHANGELOG.md
@@ -1,7 +1,14 @@
1
# Version history
2
3
4
-## Version 1.8.0
+## Version 1.9.1
5
+
6
+## Bugfixes
7
8
+- Fixes that `regex` and `dataclasses` dependencies were not listed in `setup.py`
9
10
11
+## Version 1.9.0
12
13
## Features
14
@@ -14,6 +21,11 @@
21
- Updates `mypy`
15
22
16
23
24
+## Version 1.8.0
25
26
+We missed this released by mistake.
27
28
17
29
## Version 1.7.0
18
30
19
31
### Features
setup.py
@@ -15,7 +15,7 @@
setup(
name="pytest-mypy-plugins",
- version="1.9.0",
+ version="1.9.1",
description="pytest plugin for writing tests for mypy plugins",
20
long_description=readme,
long_description_content_type="text/markdown",
0 commit comments