Skip to content

Commit

Permalink
Version bump - 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
delfick committed Jun 1, 2024
1 parent 04ff9ca commit b7232d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion alt_pytest_asyncio/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.7.2"
VERSION = "0.8.0"

0 comments on commit b7232d7

Please sign in to comment.