We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e8e8a commit a637d6bCopy full SHA for a637d6b
README.md
@@ -179,7 +179,7 @@ async def test_stuff():
179
180
### History
181
182
-#### 23.2.2 (UNRELEASED)
+#### 24.1.0 (2024-06-24)
183
184
- Import `os.link` conditionally to fix importing on android.
185
[#175](https://github.com/Tinche/aiofiles/issues/175)
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "aiofiles"
3
-version = "23.3.0dev0"
+version = "24.1.0"
4
description = "File support for asyncio."
5
authors = [
6
{name = "Tin Tvrtkovic", email = "[email protected]"},
0 commit comments