Skip to content

Commit 5ddf38b

Browse files
committed
uvloop 0.18.0
Changes ======= * Port uvloop to Python 3.12 (#570) (by @1st1, @fantix in 9f82bd7 for #569) * Upgrade libuv to v1.46.0 (#571) (by @fantix in 2e1978c for #571) Fixes ===== * CI fixes (#520, #553) (by @altendky in 7783f1c, @dulmandakh in 1dd40f1) * Make extract_stack resilient to lacking frames. (#563) (by @jhance in 0687643 for #563)
1 parent 8456be5 commit 5ddf38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uvloop/_version.py

+1-1
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.17.0'
13+
__version__ = '0.18.0'

0 commit comments

Comments
 (0)