From 4e6a6e55de397956dd6a6bed279e8044fbe6d48d Mon Sep 17 00:00:00 2001 From: pohmelie Date: Mon, 14 Oct 2024 22:50:59 +0400 Subject: [PATCH] release 0.23.1 --- history.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/history.rst b/history.rst index b2f1921..b735309 100644 --- a/history.rst +++ b/history.rst @@ -1,5 +1,8 @@ x.x.x (xx-xx-xxxx) +0.23.1 (14-10-2024) +- update ci + 0.23.0 (14-10-2024) - server: fix pathlib `relative_to` issue (#179) - minimal python version upgraded to 3.9 diff --git a/pyproject.toml b/pyproject.toml index cde1397..adef273 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aioftp" -version = "0.23.0" +version = "0.23.1" description = "ftp client/server for asyncio" readme = "README.rst" requires-python = ">= 3.9"