Skip to content

Commit 6a8e728

Browse files
committed
Changelog for #93 (and version bump)
1 parent 8c4e236 commit 6a8e728

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ convert compressed audio files to WAV files.
7070
Version History
7171
---------------
7272

73+
2.1.8
74+
Fix an unhandled ``OSError`` when FFmpeg is not installed.
75+
7376
2.1.7
7477
Properly close some filehandles in the FFmpeg backend (thanks to
7578
@RyanMarcus and @ssssam).

audioread/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515
"""Version data for the audioread package."""
1616

17-
version = '2.1.7'
17+
version = '2.1.8'
1818
short_version = '2.1'

0 commit comments

Comments
 (0)