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 1595d49 commit 226ad64Copy full SHA for 226ad64
2 files changed
history.rst
@@ -1,5 +1,9 @@
1
x.x.x (xxxx-xx-xx)
2
3
+0.27.2 (2025-09-25)
4
+-------------------
5
+- ci: fix python version rendered as a float number instead of string
6
+
7
0.27.1 (2025-09-25)
8
-------------------
9
- ci: bump lowest_python_version to 3.10
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "aioftp"
-version = "0.27.1"
+version = "0.27.2"
description = "ftp client/server for asyncio"
readme = "README.rst"
requires-python = ">= 3.10"
0 commit comments