Skip to content

Commit

Permalink
3.13.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed May 6, 2023
1 parent f79de0c commit 7d02117
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-->

## v3.13.2 (2023-05-06)
### Fix
* **gui:** Always refresh output path if input path changed ([#578](https://github.com/voicepaw/so-vits-svc-fork/issues/578)) ([`f79de0c`](https://github.com/voicepaw/so-vits-svc-fork/commit/f79de0c81b6e748f8aa87ab94895c738f1808fcf))

### Documentation
* **readme:** Fix minor issues in README.md ([#566](https://github.com/voicepaw/so-vits-svc-fork/issues/566)) ([`139ed18`](https://github.com/voicepaw/so-vits-svc-fork/commit/139ed182a39a779d8cbdcefc8022a0ed7ff604cd))
* **readme:** Add notes about minimum requirements ([#564](https://github.com/voicepaw/so-vits-svc-fork/issues/564)) ([`ae9aece`](https://github.com/voicepaw/so-vits-svc-fork/commit/ae9aece9529145ed76aec24febdc77c07522a110))

## v3.13.1 (2023-05-04)
### Fix
* **logger:** Remove FileHandler to avoid PermissionError ([#557](https://github.com/voicepaw/so-vits-svc-fork/issues/557)) ([`38e0c4e`](https://github.com/voicepaw/so-vits-svc-fork/commit/38e0c4ed471c4520571a1585d868e325ea1a57e3))
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 = "3.13.1"
version = "3.13.2"
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__ = "3.13.1"
__version__ = "3.13.2"

from .logger import init_logger

Expand Down

0 comments on commit 7d02117

Please sign in to comment.