From a2763fca1c2d4435dd6e525c585d0988f33b51b6 Mon Sep 17 00:00:00 2001 From: Cserna Zsolt Date: Mon, 9 Feb 2026 19:07:58 +0100 Subject: [PATCH 1/2] Version bump to 1.1.4 --- 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 fa95fedf..b9292149 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -68,7 +68,7 @@ # built documents. # # The short X.Y version. -version = "1.1.3" +version = "1.1.4" # The full version, including alpha/beta/rc tags. release = version diff --git a/pyproject.toml b/pyproject.toml index 8496c657..54a68559 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pytest_httpserver" -version = "1.1.3" +version = "1.1.4" description = "pytest-httpserver is a httpserver for pytest" readme = "README.md" license = "MIT" From 9af4a8cc5fabac9e08a7028871186dbc127b4643 Mon Sep 17 00:00:00 2001 From: Cserna Zsolt Date: Mon, 9 Feb 2026 19:08:02 +0100 Subject: [PATCH 2/2] CHANGES.rst: add release notes for 1.1.4 --- CHANGES.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 1aa4991f..d9747046 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,30 @@ Release Notes ============= +.. _Release Notes_1.1.4: + +1.1.4 +===== + +.. _Release Notes_1.1.4_New Features: + +New Features +------------ + +- More robust server startup by checking server readiness (disabled by + default). + `#462 `_ + + +.. _Release Notes_1.1.4_Deprecation Notes: + +Deprecation Notes +----------------- + +- Python 3.9 has been deprecated as it reached EOL 2025-10-31. While the code + may work on this version, there will be no CI tests running on it. + + .. _Release Notes_1.1.3: 1.1.3