From bbc379179476f2cfe7d3aa7d4f544c4ee5957a4d Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Tue, 22 Feb 2022 10:41:30 -0800 Subject: [PATCH] httptools 0.4.0 Changes ======= * Bump bundled http-parser to 2.9.4 and llhttp to 6.0.6 fixes CVE-2021-22959 & CVE-2021-22960 (by @elprans in 4d5dddd3 for #77) --- httptools/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httptools/_version.py b/httptools/_version.py index 1878dfc..adce898 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.3.0' +__version__ = '0.4.0'