From 7faca64ca5adcaa60888eb4b17e87080fe78c179 Mon Sep 17 00:00:00 2001 From: Tin Tvrtkovic Date: Wed, 9 Aug 2023 12:58:32 +0200 Subject: [PATCH] 23.2.0 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"},