diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0ba1519..bae91c0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,14 @@ Changes ======= +6.0.3 (31 Jan 2023) +------------------- + +- Support pytest 8 and above, due to yet another breaking change in an API Sybil relies on. + + +Thanks to Adam Dangoor for the fix. + 6.0.2 (23 Nov 2023) ------------------- diff --git a/setup.py b/setup.py index 76669b1..23860d4 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='sybil', - version='6.0.2', + version='6.0.3', author='Chris Withers', author_email='chris@withers.org', license='MIT',