Skip to content

Commit 337d804

Browse files
committed
Version 1.9.3 release
1 parent a9f55c1 commit 337d804

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,6 +1,13 @@
11
# Version history
22

33

4+
## Version 1.9.3
5+
6+
### Bugfixes
7+
8+
- Fixes `DeprecationWarning` for using `py.LocalPath` for `pytest>=7.0` #89
9+
10+
411
## Version 1.9.2
512

613
### Bugfixes

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.2",
18+
version="1.9.3",
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)