Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 26, 2023
1 parent 45eba0f commit 74c3578
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!--next-version-placeholder-->

## v1.4.0 (2023-03-26)
### Feature
* **preprocessing:** Add 2 more preprocessing commands ([#123](https://github.com/34j/so-vits-svc-fork/issues/123)) ([`45eba0f`](https://github.com/34j/so-vits-svc-fork/commit/45eba0f25db1346757fcd9134ccb3a62125a05a9))

### Documentation
* Add BlueAmulet as a contributor for code ([#119](https://github.com/34j/so-vits-svc-fork/issues/119)) ([`6a7e8ba`](https://github.com/34j/so-vits-svc-fork/commit/6a7e8ba827ee69f1ceca60b83dfbae437bbe6667))

## v1.3.5 (2023-03-26)
### Fix
* **data_utils:** Allow float32 audio to be processed properly ([#115](https://github.com/34j/so-vits-svc-fork/issues/115)) ([`13943b6`](https://github.com/34j/so-vits-svc-fork/commit/13943b693d177cf5417127647a3280a9e5ff9ca5))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "so-vits-svc-fork"
version = "1.3.5"
version = "1.4.0"
description = "A fork of so-vits-svc."
authors = ["34j <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/so_vits_svc_fork/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.5"
__version__ = "1.4.0"

0 comments on commit 74c3578

Please sign in to comment.