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 a5f854e commit 788259bCopy full SHA for 788259b
docs/changelog.rst
@@ -2,6 +2,7 @@
2
Changelog
3
=========
4
5
+- :release:`2.0.2 <2024-03-29>`
6
- :bug:`32` Fix dangling compatibility issues with pytest version 8.x. Thanks
7
to Alex Gaynor for the patch!
8
- :release:`2.0.1 <2023-05-22>`
pytest_relaxed/_version.py
@@ -1,2 +1,2 @@
1
-__version_info__ = (2, 0, 1)
+__version_info__ = (2, 0, 2)
__version__ = ".".join(map(str, __version_info__))
0 commit comments