Skip to content

Commit 35bf27f

Browse files
committed
Release 0.4.5
1 parent 377dba7 commit 35bf27f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2021 Matthias Geier
1+
Copyright (c) 2015-2022 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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.4.5 (2022-08-21):
2+
* Add ``index`` field to device dict
3+
* Require Python >= 3.7
4+
* Add PaWasapi_IsLoopback() to cdef (high-level interface not yet available)
5+
16
0.4.4 (2021-12-31):
27
* Exact device string matches can now include the host API name
38

sounddevice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
https://python-sounddevice.readthedocs.io/
4949
5050
"""
51-
__version__ = '0.4.4'
51+
__version__ = '0.4.5'
5252

5353
import atexit as _atexit
5454
import os as _os

0 commit comments

Comments
 (0)