Skip to content

Commit 6b3849b

Browse files
committed
1.10.1
1 parent c08528b commit 6b3849b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ Changelog
33

44
.. currentmodule:: aiortc
55

6+
1.10.1
7+
------
8+
9+
* Build wheels for Linux aarch64 again.
10+
* Be more cautious when releasing :class:`RTCRtpSender`'s encoder.
11+
* Set correct codec for :class:`~aiortc.contrib.media.MediaRecorder` OGG output.
12+
613
1.10.0
714
------
815

src/aiortc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
RTCTransportStats,
4848
)
4949

50-
__version__ = "1.10.0"
50+
__version__ = "1.10.1"
5151

5252
# Disable PyAV's logging framework as it can lead to thread deadlocks.
5353
av.logging.restore_default_callback()

0 commit comments

Comments
 (0)