diff --git a/README.rst b/README.rst index 1ee5366..ecf9a6a 100644 --- a/README.rst +++ b/README.rst @@ -21,9 +21,10 @@ generator fixtures. Changelog --------- -0.8.0 - TBD +0.8.0 - 1 June 2024 * Provide simple support for tests being aware of asyncio.Context * Remove support for python less than 3.11 + * Added support for asyncio ContextVars 0.7.2 - 1 October 2023 * Timeouts don't take affect if the debugger is active diff --git a/alt_pytest_asyncio/version.py b/alt_pytest_asyncio/version.py index 2400ae8..44f4ad0 100644 --- a/alt_pytest_asyncio/version.py +++ b/alt_pytest_asyncio/version.py @@ -1 +1 @@ -VERSION = "0.7.2" +VERSION = "0.8.0"