Skip to content

Commit

Permalink
Release v0.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Nov 24, 2023
1 parent 4a7c869 commit e7ca072
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ The API documentation, along with guides, example code, illustrations and exampl

# Changelog

## [0.34.0] - 2023-11-24
## [0.34.1] - 2023-11-24

### Changed

Expand Down
2 changes: 1 addition & 1 deletion audiomentations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
from .spec_augmentations.spec_channel_shuffle import SpecChannelShuffle
from .spec_augmentations.spec_frequency_mask import SpecFrequencyMask

__version__ = "0.33.0"
__version__ = "0.34.1"
6 changes: 3 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.34.0] - 2023-11-24
## [0.34.1] - 2023-11-24

### Changed

Expand Down Expand Up @@ -499,8 +499,8 @@ Thanks to karpnv

* Initial release. Includes only one transform: `AddGaussianNoise`

[Unreleased]: https://github.com/iver56/audiomentations/compare/v0.34.0...HEAD
[0.33.0]: https://github.com/iver56/audiomentations/compare/v0.33.0...v0.34.0
[Unreleased]: https://github.com/iver56/audiomentations/compare/v0.34.1...HEAD
[0.34.1]: https://github.com/iver56/audiomentations/compare/v0.33.0...v0.34.1
[0.33.0]: https://github.com/iver56/audiomentations/compare/v0.32.0...v0.33.0
[0.32.0]: https://github.com/iver56/audiomentations/compare/v0.31.0...v0.32.0
[0.31.0]: https://github.com/iver56/audiomentations/compare/v0.30.0...v0.31.0
Expand Down

0 comments on commit e7ca072

Please sign in to comment.