From 8ac179261a57bcd292be5318840c4b4915b3afd6 Mon Sep 17 00:00:00 2001 From: pohmelie Date: Fri, 5 Jan 2024 19:46:08 +0400 Subject: [PATCH] release 0.22.3 --- history.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/history.rst b/history.rst index 4a57b42..970fd2c 100644 --- a/history.rst +++ b/history.rst @@ -1,5 +1,8 @@ x.x.x (xx-xx-xxxx) +0.22.3 (05-01-2024) +- minimal python version downgraded to 3.8 + 0.22.2 (29-12-2023) ------------------- - ci: separate build and publish jobs diff --git a/pyproject.toml b/pyproject.toml index 5074f76..0f3a947 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aioftp" -version = "0.22.2" +version = "0.22.3" description = "ftp client/server for asyncio" readme = "README.rst" requires-python = ">= 3.8"