Skip to content

Commit ce026ae

Browse files
committed
Cut 2.0.1
1 parent 35565b7 commit ce026ae

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.1 <2023-05-22>`
56
- :bug:`9` Don't try loading Pytest fixture functions as if they were test
67
functions. Classifying this as a bug even though it's a moderately sized
78
change in behavior; it's vanishingly unlikely anybody was relying on this

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, 0)
1+
__version_info__ = (2, 0, 1)
22
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)