Skip to content

Commit

Permalink
4.0.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jun 25, 2023
1 parent b3e2cfe commit 638b383
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## v4.0.3 (2023-06-25)

### Fix

* **inference:** Pass str instead of Path in sf.load() and sf.write() ([#769](https://github.com/voicepaw/so-vits-svc-fork/issues/769)) ([`561cbfe`](https://github.com/voicepaw/so-vits-svc-fork/commit/561cbfe64927371ea68c0be70b4bc5007f6514b4))

### Documentation

* Add Star3Lord as a contributor for bug, and code ([#790](https://github.com/voicepaw/so-vits-svc-fork/issues/790)) ([`b3e2cfe`](https://github.com/voicepaw/so-vits-svc-fork/commit/b3e2cfe1294e7b64f76cd34c5b527a080ede2e87))

## v4.0.2 (2023-06-14)
### Fix
* **inference:** Fix typo in core.py ([#738](https://github.com/voicepaw/so-vits-svc-fork/issues/738)) ([`6a87d32`](https://github.com/voicepaw/so-vits-svc-fork/commit/6a87d323ec7716f09062e4846c31e58758a27e33))
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 = "4.0.2"
version = "4.0.3"
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,4 +1,4 @@
__version__ = "4.0.2"
__version__ = "4.0.3"

from .logger import init_logger

Expand Down

0 comments on commit 638b383

Please sign in to comment.