Skip to content

Commit

Permalink
Merge branch 'tin/fix-statvfs'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Aug 11, 2023
2 parents c35ef69 + df7f204 commit 6bfcaae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -169,6 +169,7 @@ async def test_stuff():

- Import `os.statvfs` conditionally to fix importing on non-UNIX systems.
[#171](https://github.com/Tinche/aiofiles/issues/171) [#172](https://github.com/Tinche/aiofiles/pull/172)
- aiofiles is now also tested on Windows.

#### 23.2.0 (2023-08-09)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "aiofiles"
version = "23.2.1"
version = "23.3.0dev0"
description = "File support for asyncio."
authors = [
{name = "Tin Tvrtkovic", email = "tinchester@gmail.com"},
Expand Down

0 comments on commit 6bfcaae

Please sign in to comment.