diff --git a/README.md b/README.md index f0cb240..f8c87dc 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ async def test_stuff(): ### History -#### 23.2.0 (UNRELEASED) +#### 23.2.0 (2023-08-09) - aiofiles is now tested on Python 3.12 too. [#166](https://github.com/Tinche/aiofiles/issues/166) [#168](https://github.com/Tinche/aiofiles/pull/168) diff --git a/pyproject.toml b/pyproject.toml index f6adb45..2217c4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aiofiles" -version = "23.2.0.dev0" +version = "23.2.0" description = "File support for asyncio." authors = [ {name = "Tin Tvrtkovic", email = "tinchester@gmail.com"},