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 35565b7 commit ce026aeCopy full SHA for ce026ae
docs/changelog.rst
@@ -2,6 +2,7 @@
2
Changelog
3
=========
4
5
+- :release:`2.0.1 <2023-05-22>`
6
- :bug:`9` Don't try loading Pytest fixture functions as if they were test
7
functions. Classifying this as a bug even though it's a moderately sized
8
change in behavior; it's vanishingly unlikely anybody was relying on this
pytest_relaxed/_version.py
@@ -1,2 +1,2 @@
1
-__version_info__ = (2, 0, 0)
+__version_info__ = (2, 0, 1)
__version__ = ".".join(map(str, __version_info__))
0 commit comments