Skip to content

Commit 7d02117

Browse files
author
github-actions
committed
3.13.2
Automatically generated by python-semantic-release
1 parent f79de0c commit 7d02117

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!--next-version-placeholder-->
44

5+
## v3.13.2 (2023-05-06)
6+
### Fix
7+
* **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))
8+
9+
### Documentation
10+
* **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))
11+
* **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))
12+
513
## v3.13.1 (2023-05-04)
614
### Fix
715
* **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))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "so-vits-svc-fork"
3-
version = "3.13.1"
3+
version = "3.13.2"
44
description = "A fork of so-vits-svc."
55
authors = ["34j <34j.95a2p@simplelogin.com>"]
66
license = "MIT"

src/so_vits_svc_fork/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.13.1"
1+
__version__ = "3.13.2"
22

33
from .logger import init_logger
44

0 commit comments

Comments
 (0)