Skip to content

Commit

Permalink
uvloop 0.18.0
Browse files Browse the repository at this point in the history
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)

* Port uvloop to Python 3.12 (#570)
  (by @1st1, @fantix in 9f82bd7 for #569)
  • Loading branch information
fantix committed Oct 12, 2023
1 parent 9f82bd7 commit 400a0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uvloop/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 400a0c3

Please sign in to comment.