From 528a7f6ce92f278f64f6f32ea1f4867898b7d5cc Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Thu, 7 Dec 2023 16:44:46 +0000 Subject: [PATCH] Release v1.1.2 (#632) --- CHANGES.txt | 6 ++++++ aiohttp_devtools/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index fe7489bf..818a6cfd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,11 @@ .. towncrier release notes start +1.1.2 (2023-12-07) +================== + +* Improved reliability of reloads by delaying multiple reloads until the browser has + reconnected, and increasing the period of time to gather filesystem changes. + 1.1.1 (2023-11-19) ================== diff --git a/aiohttp_devtools/__init__.py b/aiohttp_devtools/__init__.py index a82b376d..72f26f59 100644 --- a/aiohttp_devtools/__init__.py +++ b/aiohttp_devtools/__init__.py @@ -1 +1 @@ -__version__ = "1.1.1" +__version__ = "1.1.2"