From 5ddf38bccad1107e6488357fd3dbb6b886b95134 Mon Sep 17 00:00:00 2001 From: Fantix King Date: Thu, 12 Oct 2023 09:42:19 -0400 Subject: [PATCH] uvloop 0.18.0 Changes ======= * Port uvloop to Python 3.12 (#570) (by @1st1, @fantix in 9f82bd74 for #569) * Upgrade libuv to v1.46.0 (#571) (by @fantix in 2e1978c3 for #571) Fixes ===== * CI fixes (#520, #553) (by @altendky in 7783f1c5, @dulmandakh in 1dd40f17) * Make extract_stack resilient to lacking frames. (#563) (by @jhance in 06876434 for #563) --- uvloop/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uvloop/_version.py b/uvloop/_version.py index 709180b6..d103e3e5 100644 --- a/uvloop/_version.py +++ b/uvloop/_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.17.0' +__version__ = '0.18.0'