From a637d6ba623c10877ac5969a2ea4d900b8c34945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tin=20Tvrtkovi=C4=87?= Date: Mon, 24 Jun 2024 12:28:18 +0200 Subject: [PATCH] 24.1.0 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 568e26d..652f3d0 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ async def test_stuff(): ### History -#### 23.2.2 (UNRELEASED) +#### 24.1.0 (2024-06-24) - Import `os.link` conditionally to fix importing on android. [#175](https://github.com/Tinche/aiofiles/issues/175) diff --git a/pyproject.toml b/pyproject.toml index b0a948c..ff75003 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aiofiles" -version = "23.3.0dev0" +version = "24.1.0" description = "File support for asyncio." authors = [ {name = "Tin Tvrtkovic", email = "tinchester@gmail.com"},