Skip to content

Commit

Permalink
Release v1.1.2 (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Dec 7, 2023
1 parent 04eac2a commit 528a7f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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)
==================

Expand Down
2 changes: 1 addition & 1 deletion aiohttp_devtools/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.1"
__version__ = "1.1.2"

0 comments on commit 528a7f6

Please sign in to comment.