From e052a3b3020d265002762d29d5d7ec5f18e3ad18 Mon Sep 17 00:00:00 2001 From: pohmelie Date: Fri, 29 Dec 2023 16:11:19 +0400 Subject: [PATCH] release 0.22.2 --- history.rst | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/history.rst b/history.rst index a5fb16e..4a57b42 100644 --- a/history.rst +++ b/history.rst @@ -1,5 +1,9 @@ x.x.x (xx-xx-xxxx) +0.22.2 (29-12-2023) +------------------- +- ci: separate build and publish jobs + 0.22.1 (29-12-2023) ------------------- - docs: update/fix readthedocs configuration diff --git a/pyproject.toml b/pyproject.toml index 9157094..2f94b25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aioftp" -version = "0.22.1" +version = "0.22.2" description = "ftp client/server for asyncio" readme = "README.rst" requires-python = ">= 3.11"