Skip to content

Commit 40797e2

Browse files
committed
Version 1.9.1 release
1 parent f7b249d commit 40797e2

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Version history
22

33

4-
## Version 1.8.0
4+
## 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
512

613
## Features
714

@@ -14,6 +21,11 @@
1421
- Updates `mypy`
1522

1623

24+
## Version 1.8.0
25+
26+
We missed this released by mistake.
27+
28+
1729
## Version 1.7.0
1830

1931
### Features

setup.py

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

1616
setup(
1717
name="pytest-mypy-plugins",
18-
version="1.9.0",
18+
version="1.9.1",
1919
description="pytest plugin for writing tests for mypy plugins",
2020
long_description=readme,
2121
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)