From b541ccd51130e9229b5de16fc9e714c44be551cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= Date: Mon, 31 Jan 2022 21:22:54 +0100 Subject: [PATCH] 0.7.7 --- docs/changelog.rst | 7 +++++++ src/aioice/about.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4ea35f6..de63198 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,13 @@ Changelog .. currentmodule:: aioice +0.7.7 +----- + + * Close underlying transport when a TURN allocation is deleted. + * Shutdown mDNS stack when it is no longer referenced. + * Rewrite asynchronous tests as coroutines. + 0.7.6 ----- diff --git a/src/aioice/about.py b/src/aioice/about.py index 84e1464..3d80d4a 100644 --- a/src/aioice/about.py +++ b/src/aioice/about.py @@ -4,4 +4,4 @@ __summary__ = "An implementation of Interactive Connectivity Establishment (RFC 5245)" __title__ = "aioice" __uri__ = "https://github.com/aiortc/aioice" -__version__ = "0.7.6" +__version__ = "0.7.7"