From 8c774d8af1d458ca39b216815cfb0f867b5902bf Mon Sep 17 00:00:00 2001 From: pohmelie Date: Fri, 13 Dec 2024 16:20:51 +0400 Subject: [PATCH] release 0.24.1 --- history.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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"