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"