Skip to content

Commit d5b8726

Browse files
committed
Release 0.4.7
1 parent 24370c3 commit d5b8726

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id-token: write
3636
steps:
3737
- name: Get the artifacts
38-
uses: actions/download-artifact@v3
38+
uses: actions/download-artifact@v4
3939
with:
4040
name: dist
4141
path: dist

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2023 Matthias Geier
1+
Copyright (c) 2015-2024 Matthias Geier
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

NEWS.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
0.4.7 (2024-05-27):
2+
* support ``paWinWasapiAutoConvert`` with ``auto_convert`` flag in `WasapiSettings`
3+
* Avoid exception in `PortAudioError`\ ``.__str__()``
4+
15
0.4.6 (2023-02-19):
2-
* Redirect stderr with os.dup2() instead of CFFI calls
6+
* Redirect stderr with ``os.dup2()`` instead of CFFI calls
37

48
0.4.5 (2022-08-21):
59
* Add ``index`` field to device dict

sounddevice.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
https://python-sounddevice.readthedocs.io/
4949
5050
"""
51-
__version__ = '0.4.6'
51+
__version__ = '0.4.7'
5252

5353
import atexit as _atexit
5454
import os as _os

0 commit comments

Comments
 (0)