Skip to content

Commit

Permalink
Release v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Nov 18, 2021
1 parent 8306f74 commit 57780b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,8 @@ _The following table is valid for new versions of audiomentations, like >=0.18.0

## Unreleased

## v0.20.0 (2021-11-18)

### Added

* Implement `OneOf` and `SomeOf` for applying one of or some of many transforms. Transforms are randomly
Expand Down
2 changes: 1 addition & 1 deletion audiomentations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
)
from .core.composition import Compose, SpecCompose, OneOf, SomeOf

__version__ = "0.19.0"
__version__ = "0.20.0"

0 comments on commit 57780b6

Please sign in to comment.