Skip to content

Commit 39a7363

Browse files
committed
Version bump: v3.0.0
As discussed in #114.
1 parent b33dc1e commit 39a7363

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,12 @@ convert compressed audio files to WAV files.
6969
Version History
7070
---------------
7171

72+
3.0.0
73+
Drop support for Python 2 and older versions of Python 3. The library now
74+
requires Python 3.6+.
75+
7276
2.1.9
73-
Work correctly with GStreamer 1.18 and later (thanks to @ssssam)
77+
Work correctly with GStreamer 1.18 and later (thanks to @ssssam).
7478

7579
2.1.8
7680
Fix an unhandled ``OSError`` when FFmpeg is not installed.

audioread/version.py

Lines changed: 2 additions & 2 deletions
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.9'
18-
short_version = '2.1'
17+
version = '3.0.0'
18+
short_version = '3.0'

0 commit comments

Comments
 (0)