Skip to content

Commit 6c770dc

Browse files
committed
uvloop 0.19.0
Changes ======= * Drop support of Python 3.7 and update CI (#578) (by @fantix in ee5ad26 for #578) Fixes ===== * Restore uvloop.new_event_loop and other missing uvloop members to typing (#573) (by @graingert in 5c500ee for #573) * Fix docstring of loop.shutdown_default_executor (#535) (by @Gelbpunkt in 919da56 for #535) * Fix CI status badge (#522) (by @shuuji3 in 0e9ff6c for #522)
1 parent ee5ad26 commit 6c770dc

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.18.0'
13+
__version__ = '0.19.0'

0 commit comments

Comments
 (0)