diff --git a/history.rst b/history.rst index 3be2745..08f947e 100644 --- a/history.rst +++ b/history.rst @@ -1,5 +1,8 @@ x.x.x (xx-xx-xxxx) +0.24.1 (13-12-2024) +- server: use single line pasv response (fix #142) + 0.24.0 (11-12-2024) ------------------- - remove documentation dependencies from pyproject.toml (moved to docs/requirements.txt) diff --git a/pyproject.toml b/pyproject.toml index 4888414..384693b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aioftp" -version = "0.24.0" +version = "0.24.1" description = "ftp client/server for asyncio" readme = "README.rst" requires-python = ">= 3.9"