Skip to content

Commit 46782a9

Browse files
committed
bug fix release
1 parent 01819bc commit 46782a9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.23.1
2+
- Fix bug in passing ffmpeg/avconv parameters for `pydub.AudioSegment.from_mp3()`, `pydub.AudioSegment.from_flv()`, `pydub.AudioSegment.from_ogg()`, and `pydub.AudioSegment.from_wav()`
3+
- Fix logic bug in `pydub.effects.strip_silence()`
4+
15
# v0.23.0
26
- Add support for playback via simpleaudio
37
- Allow users to override the type in `pydub.AudioSegment().get_array_of_samples()` (PR #313)

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='pydub',
11-
version='0.23.0',
11+
version='0.23.1',
1212
author='James Robert',
1313
author_email='[email protected]',
1414
description='Manipulate audio with an simple and easy high level interface',

0 commit comments

Comments
 (0)