Skip to content

Commit cf10ce6

Browse files
committed
httptools 0.8.0
Changes ======= * Add http-parser and llhttp licenses into the wheels (MagicStack#135) (by @justeph in c398a15) * Mark cython module as free-threading compatible (MagicStack#139) (by @kumaraditya303 in 28d1db1) * Fix all typing issues (MagicStack#134) (by @Kludex in a9bda0e) * Bump llhttp to 9.4.1 (MagicStack#145) (by @fantix in e3e8d71) * Security: fix URL truncation issue (MagicStack#144) (by @fantix in a0283f0 for MagicStack#142) * Allow building with latest setuptools (MagicStack#138) (by @OldManYellsAtCloud in c403ad1)
1 parent a0283f0 commit cf10ce6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

httptools/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
# supported platforms, publish the packages on PyPI, merge the PR
1111
# to the target branch, create a Git tag pointing to the commit.
1212

13-
__version__ = '0.8.0.dev0'
13+
__version__ = '0.8.0'

0 commit comments

Comments
 (0)