Skip to content

Commit cc96c3d

Browse files
committed
v0.25.0
Signed-off-by: James Robert <[email protected]>
1 parent fb94766 commit cc96c3d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
# on master
1+
# v0.25.0
22
- Don't show a runtime warning about the optional ffplay dependency being missing until someone trys to use it
3+
- Documentation improvements
4+
- Python 3.9 support
5+
- Improved efficiency of loading wave files with `pydub.AudioSegment.from_file()`
6+
- Ensure `pydub.AudioSegment().export()` always retuns files with a seek position at the beginning of the file
7+
- Added more EQ effects to `pydub.scipy_effects` (requires scipy to be installed)
8+
- Fix a packaging bug where the LICENSE file was not included in the source distribution
9+
- Add a way to instantiate a `pydub.AudioSegment()` with a portion of an audio file via `pydub.AudioSegment().from_file()`
310

411
# v0.24.1
512
- Fix bug where ffmpeg errors in Python 3 are illegible

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='pydub',
11-
version='0.24.1',
11+
version='0.25.0',
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)