mirror of https://github.com/MagicStack/uvloop.git
uvloop 0.18.0
Changes ======= * Port uvloop to Python 3.12 (#570) (by @1st1, @fantix in9f82bd74
for #569) * Upgrade libuv to v1.46.0 (#571) (by @fantix in2e1978c3
for #571) Fixes ===== * CI fixes (#520, #553) (by @altendky in7783f1c5
, @dulmandakh in1dd40f17
) * Make extract_stack resilient to lacking frames. (#563) (by @jhance in06876434
for #563)
This commit is contained in:
parent
8456be587c
commit
5ddf38bcca
|
@ -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.17.0'
|
||||
__version__ = '0.18.0'
|
||||
|
|
Loading…
Reference in New Issue