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"