Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 24, 2023
1 parent 07920a4 commit d4f1a97
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## v1.3.1 (2023-03-24)
### Fix
* **gui:** Fix defaut for auto_play ([#97](https://github.com/34j/so-vits-svc-fork/issues/97)) ([`07920a4`](https://github.com/34j/so-vits-svc-fork/commit/07920a4954e1a14d47fcb2687f050d49d03da415))
* **infer_tool:** Fix speaker not automaticlly set to the first one if not found in cluster inference ([#96](https://github.com/34j/so-vits-svc-fork/issues/96)) ([`a643e4f`](https://github.com/34j/so-vits-svc-fork/commit/a643e4f26b59f12f00b316467edad876467dad49))

### Documentation
* **notebook:** Add cluster training and inference ([#84](https://github.com/34j/so-vits-svc-fork/issues/84)) ([`9ffb621`](https://github.com/34j/so-vits-svc-fork/commit/9ffb6216f418d8c5a4a9f1bdd79fc2cebb885db1))

## v1.3.0 (2023-03-23)
### Feature
* **gui:** Better error handling ([#85](https://github.com/34j/so-vits-svc-fork/issues/85)) ([`985704b`](https://github.com/34j/so-vits-svc-fork/commit/985704b1afa8af15fe8eab5e3fc838465f5162c8))
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.0"
version = "1.3.1"
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.0"
__version__ = "1.3.1"

0 comments on commit d4f1a97

Please sign in to comment.