Skip to content

Commit 2c8a103

Browse files
committed
v0.25.1
1 parent c5afd8f commit 2c8a103

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v0.25.1
2+
- Fix crashing bug in new scipy-powered EQ effects
3+
14
# v0.25.0
25
- Don't show a runtime warning about the optional ffplay dependency being missing until someone trys to use it
36
- Documentation improvements

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.25.0',
11+
version='0.25.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)