From 494268ae438540f8db098881d03c2481d182ea34 Mon Sep 17 00:00:00 2001 From: pgjones Date: Mon, 27 May 2024 21:11:14 +0100 Subject: [PATCH] Bump and release 0.17.1 --- CHANGELOG.rst | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c9afd7a7..9aa702af 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,8 @@ +0.17.1 2024-05-27 +----------------- + +* Bugfix revert set TCP_NODELAY on sockets. + 0.17.0 2024-05-27 ----------------- diff --git a/pyproject.toml b/pyproject.toml index 694b0423..44d1f96d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Hypercorn" -version = "0.17.0" +version = "0.17.1" description = "A ASGI Server based on Hyper libraries and inspired by Gunicorn" authors = ["pgjones "] classifiers = [