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
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/csernazs/pytest-httpserver/pull/411>`_


.. _Release Notes_1.1.2:

1.1.2
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.2"
version = "1.1.3"
# 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 @@
[tool.poetry]
name = "pytest_httpserver"
version = "1.1.2"
version = "1.1.3"
description = "pytest-httpserver is a httpserver for pytest"
authors = ["Zsolt Cserna <cserna.zsolt@gmail.com>"]
license = "MIT"
Expand Down