diff --git a/history.rst b/history.rst index 970fd2c..b2f1921 100644 --- a/history.rst +++ b/history.rst @@ -1,5 +1,9 @@ x.x.x (xx-xx-xxxx) +0.23.0 (14-10-2024) +- server: fix pathlib `relative_to` issue (#179) +- minimal python version upgraded to 3.9 + 0.22.3 (05-01-2024) - minimal python version downgraded to 3.8 diff --git a/pyproject.toml b/pyproject.toml index 788ca24..cde1397 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aioftp" -version = "0.22.3" +version = "0.23.0" description = "ftp client/server for asyncio" readme = "README.rst" requires-python = ">= 3.9"