Skip to content

Commit 788259b

Browse files
committed
Cut 2.0.2
1 parent a5f854e commit 788259b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Changelog
33
=========
44

5+
- :release:`2.0.2 <2024-03-29>`
56
- :bug:`32` Fix dangling compatibility issues with pytest version 8.x. Thanks
67
to Alex Gaynor for the patch!
78
- :release:`2.0.1 <2023-05-22>`

pytest_relaxed/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (2, 0, 1)
1+
__version_info__ = (2, 0, 2)
22
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)