mirror of https://github.com/MagicStack/uvloop.git
uvloop 0.21.0
Changes ======= * Add cleanup_socket param on create_unix_server() (#623) (by @fantix ind6114d2
) Fixes ===== * Use cythonized SO_REUSEPORT rather than the unwrapped native one. (#609) (by @ptribble in4083a94e
for #550) * UDP errors should result in protocol.error_received (#601) (by @jensbjorgensen in3c3bbeff
) * Updates for Cython3 (#587) (by @alan-brooks in3fba9fab
for #587) * Test with Python 3.13 (#610) (by @edgarrmondragon infb5a139
)
This commit is contained in:
parent
79d5dcdb07
commit
40e8a34c8b
|
@ -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.21.0beta1'
|
||||
__version__ = '0.21.0'
|
||||
|
|
Loading…
Reference in New Issue