Skip to content

Commit a5d33a3

Browse files
committed
Version bump/changelog: 3.0.2
1 parent 2c8e364 commit a5d33a3

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
@@ -76,6 +76,9 @@ FFmpeg with your OS's package manager (e.g., apt or yum) or `using Conda
7676
Version History
7777
---------------
7878

79+
3.0.2
80+
Support path-like objects (not just strings) in the Core Audio backend.
81+
7982
3.0.1
8083
Fix a possible deadlock when FFmpeg's version output produces too much data.
8184

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 = '3.0.1'
17+
version = '3.0.2'
1818
short_version = '3.0'

0 commit comments

Comments
 (0)