From 7136c61029532d9f9563e993f045f6c16630c53b Mon Sep 17 00:00:00 2001 From: pgjones Date: Mon, 27 May 2024 21:21:26 +0100 Subject: [PATCH] Bump and release 0.17.2 --- CHANGELOG.rst | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9aa702af..44d4498a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,8 @@ +0.17.2 2024-05-27 +----------------- + +* Bugfix pass the correct quic connection to the H3 Protocol. + 0.17.1 2024-05-27 ----------------- diff --git a/pyproject.toml b/pyproject.toml index 44d1f96d..a2ac79a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Hypercorn" -version = "0.17.1" +version = "0.17.2" description = "A ASGI Server based on Hyper libraries and inspired by Gunicorn" authors = ["pgjones "] classifiers = [