From 0ad8db69f5f809bdf8299c15597647856ecc17ee Mon Sep 17 00:00:00 2001 From: Cserna Zsolt Date: Thu, 10 Apr 2025 10:07:27 +0200 Subject: [PATCH 1/2] Version bump to 1.1.3 --- doc/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index c03738a..fa95fed 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -68,7 +68,7 @@ # built documents. # # The short X.Y version. -version = "1.1.2" +version = "1.1.3" # The full version, including alpha/beta/rc tags. release = version diff --git a/pyproject.toml b/pyproject.toml index e941fae..364b399 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest_httpserver" -version = "1.1.2" +version = "1.1.3" description = "pytest-httpserver is a httpserver for pytest" authors = ["Zsolt Cserna "] license = "MIT" From efe5d3bf5dac91dced093533a7320c1fd39f63ba Mon Sep 17 00:00:00 2001 From: Cserna Zsolt Date: Thu, 10 Apr 2025 10:07:31 +0200 Subject: [PATCH 2/2] CHANGES.rst: add release notes for 1.1.3 --- CHANGES.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 63ce6d4..1aa4991 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,20 @@ Release Notes ============= +.. _Release Notes_1.1.3: + +1.1.3 +===== + +.. _Release Notes_1.1.3_Bug Fixes: + +Bug Fixes +--------- + +- Run server threads with daemon flag, preventing shutdown issues. + `#411 `_ + + .. _Release Notes_1.1.2: 1.1.2