Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/csernazs/pytest-httpserver/pull/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
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down