From 7b1b43b4790558ff39a3dd81b72a3793091bcd49 Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Mon, 12 Sep 2022 21:55:45 -0700 Subject: [PATCH] httptools 0.5.0 Changes ======= * Bump bundled llhttp to 6.0.9 fixes CVE-2022-32213, CVE-2022-32214, CVE-2022-32215 (by @nlsj1985 in 56d6a163 for #83) * Test and build against Python 3.11 (by @elprans in 509cd149 for #84) --- httptools/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httptools/_version.py b/httptools/_version.py index adce898..2229837 100644 --- a/httptools/_version.py +++ b/httptools/_version.py @@ -10,4 +10,4 @@ # supported platforms, publish the packages on PyPI, merge the PR # to the target branch, create a Git tag pointing to the commit. -__version__ = '0.4.0' +__version__ = '0.5.0'