From 859687f799c49dc15c0caa00caa61c11cadcc65e Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Sun, 19 Nov 2023 16:02:56 +0000 Subject: [PATCH] Release v1.1.1 (#624) --- CHANGES.txt | 5 +++++ aiohttp_devtools/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 45eb8abb..fe7489bf 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,10 @@ .. towncrier release notes start +1.1.1 (2023-11-19) +================== + +* Use ``aiohttp.web.AppKey`` to avoid warnings on aiohttp 3.9. + 1.1 (2023-06-30) ================ diff --git a/aiohttp_devtools/__init__.py b/aiohttp_devtools/__init__.py index f9014086..a82b376d 100644 --- a/aiohttp_devtools/__init__.py +++ b/aiohttp_devtools/__init__.py @@ -1 +1 @@ -__version__ = "1.1" +__version__ = "1.1.1"