From 97f9792609a306f70a7d34f4f7e5bda882331028 Mon Sep 17 00:00:00 2001 From: Bruno Thomas Date: Thu, 16 Jan 2025 11:36:14 +0100 Subject: [PATCH] [release] 2.0.1 see CHANGES.rst --- CHANGES.rst | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 443f594..cbd9229 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ Changes ======= +V2.0.1 +------ + +- chore: keep connection task reference for future use see +- chore: fix invalid escape sequences using r-strings #116 +- chore: drop Python2 crumbs #117 + V2.0.0 ------ diff --git a/pyproject.toml b/pyproject.toml index e2aa6e8..28f5ecc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aioimaplib" -version = "2.0.0" +version = "2.0.1" description = "Python asyncio IMAP4rev1 client library" authors = ["Bruno THOMAS "] license = "GPL-3.0"