We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c4e236 commit 6a8e728Copy full SHA for 6a8e728
README.rst
@@ -70,6 +70,9 @@ convert compressed audio files to WAV files.
70
Version History
71
---------------
72
73
+2.1.8
74
+ Fix an unhandled ``OSError`` when FFmpeg is not installed.
75
+
76
2.1.7
77
Properly close some filehandles in the FFmpeg backend (thanks to
78
@RyanMarcus and @ssssam).
audioread/version.py
@@ -14,5 +14,5 @@
14
15
"""Version data for the audioread package."""
16
17
-version = '2.1.7'
+version = '2.1.8'
18
short_version = '2.1'
0 commit comments