From 6c770dc3fbdd281d15c2ad46588c139696f9269c Mon Sep 17 00:00:00 2001 From: Fantix King Date: Sun, 22 Oct 2023 16:53:42 -0400 Subject: [PATCH] uvloop 0.19.0 Changes ======= * Drop support of Python 3.7 and update CI (#578) (by @fantix in ee5ad26a for #578) Fixes ===== * Restore uvloop.new_event_loop and other missing uvloop members to typing (#573) (by @graingert in 5c500ee2 for #573) * Fix docstring of loop.shutdown_default_executor (#535) (by @Gelbpunkt in 919da567 for #535) * Fix CI status badge (#522) (by @shuuji3 in 0e9ff6cd for #522) --- uvloop/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uvloop/_version.py b/uvloop/_version.py index d103e3e5..0667c6a0 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.18.0' +__version__ = '0.19.0'