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 b33dc1e commit 39a7363Copy full SHA for 39a7363
README.rst
@@ -69,8 +69,12 @@ convert compressed audio files to WAV files.
69
Version History
70
---------------
71
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
+
76
2.1.9
- Work correctly with GStreamer 1.18 and later (thanks to @ssssam)
77
+ Work correctly with GStreamer 1.18 and later (thanks to @ssssam).
78
79
2.1.8
80
Fix an unhandled ``OSError`` when FFmpeg is not installed.
audioread/version.py
@@ -14,5 +14,5 @@
14
15
"""Version data for the audioread package."""
16
17
-version = '2.1.9'
18
-short_version = '2.1'
+version = '3.0.0'
+short_version = '3.0'
0 commit comments