Skip to content

Commit

Permalink
Release v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Dec 10, 2020
1 parent 79df8ef commit d7bb71c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,12 @@ _The following table is valid for v0.14.0 only_

# Version history

## v0.15.0 (2020-12-10)

* Fix picklability of instances of `AddImpulseResponse`, `AddBackgroundNoise`
and `AddShortNoises`
* Add an option `leave_length_unchanged` to `AddImpulseResponse`

## v0.14.0 (2020-12-06)

* Implement `LoudnessNormalization`
Expand Down
2 changes: 1 addition & 1 deletion audiomentations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
)
from .core.composition import Compose

__version__ = "0.14.0"
__version__ = "0.15.0"

0 comments on commit d7bb71c

Please sign in to comment.