Skip to content

Commit f148dc6

Browse files
committed
Release 0.4.6
1 parent 89f124b commit f148dc6

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2022 Matthias Geier
1+
Copyright (c) 2015-2023 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

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.4.6 (2023-02-19):
2+
* Redirect stderr with os.dup2() instead of CFFI calls
3+
14
0.4.5 (2022-08-21):
25
* Add ``index`` field to device dict
36
* Require Python >= 3.7

sounddevice.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015-2021 Matthias Geier
1+
# Copyright (c) 2015-2023 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
@@ -48,7 +48,7 @@
4848
https://python-sounddevice.readthedocs.io/
4949
5050
"""
51-
__version__ = '0.4.5'
51+
__version__ = '0.4.6'
5252

5353
import atexit as _atexit
5454
import os as _os

0 commit comments

Comments
 (0)