From b04ab824f23c8925d00d38e1ed0cfe4718ba1ba7 Mon Sep 17 00:00:00 2001 From: Fantix King Date: Thu, 9 Oct 2025 23:09:20 -0400 Subject: [PATCH] httptools 0.7.0 Changes ======= * Modernize packaging and fix CI (#130) Drop Python 3.8, add Python 3.14 Use Cython 3.1.0 Bump llhttp to 9.3.0 (by @ngoldbaum @Carreau @fantix in 59bf94fc for #129) * Static Type-checking for httptools (#100) (by @Vizonex @KRRT7 in b55f5fe2 for #100) --- httptools/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httptools/_version.py b/httptools/_version.py index f1999b3..fc14bce 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.7.0.dev0' +__version__ = '0.7.0'