Skip to content

Commit

Permalink
Version bump: v3.0.0
Browse files Browse the repository at this point in the history
As discussed in #114.
  • Loading branch information
sampsyo committed Nov 30, 2021
1 parent b33dc1e commit 39a7363
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,12 @@ convert compressed audio files to WAV files.
Version History
---------------

3.0.0
Drop support for Python 2 and older versions of Python 3. The library now
requires Python 3.6+.

2.1.9
Work correctly with GStreamer 1.18 and later (thanks to @ssssam)
Work correctly with GStreamer 1.18 and later (thanks to @ssssam).

2.1.8
Fix an unhandled ``OSError`` when FFmpeg is not installed.
Expand Down
4 changes: 2 additions & 2 deletions audioread/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

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

version = '2.1.9'
short_version = '2.1'
version = '3.0.0'
short_version = '3.0'

0 comments on commit 39a7363

Please sign in to comment.