Skip to content

Commit

Permalink
Release 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed May 27, 2024
1 parent 24370c3 commit d5b8726
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id-token: write
steps:
- name: Get the artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015-2023 Matthias Geier
Copyright (c) 2015-2024 Matthias Geier

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 5 additions & 1 deletion NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
0.4.7 (2024-05-27):
* support ``paWinWasapiAutoConvert`` with ``auto_convert`` flag in `WasapiSettings`
* Avoid exception in `PortAudioError`\ ``.__str__()``

0.4.6 (2023-02-19):
* Redirect stderr with os.dup2() instead of CFFI calls
* Redirect stderr with ``os.dup2()`` instead of CFFI calls

0.4.5 (2022-08-21):
* Add ``index`` field to device dict
Expand Down
2 changes: 1 addition & 1 deletion sounddevice.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
https://python-sounddevice.readthedocs.io/
"""
__version__ = '0.4.6'
__version__ = '0.4.7'

import atexit as _atexit
import os as _os
Expand Down

0 comments on commit d5b8726

Please sign in to comment.