Skip to content

Commit b04ab82

Browse files
committed
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 59bf94f for #129) * Static Type-checking for httptools (#100) (by @Vizonex @KRRT7 in b55f5fe for #100)
1 parent b55f5fe commit b04ab82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.7.0.dev0'
13+
__version__ = '0.7.0'

0 commit comments

Comments
 (0)