Skip to content

Commit

Permalink
3.13.3
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 880fea8 commit 0e0943c
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-->

## v3.13.3 (2023-05-06)
### Fix
* **utils:** Complete removal of ckpts in colab ([#581](https://github.com/voicepaw/so-vits-svc-fork/issues/581)) ([`e8964c6`](https://github.com/voicepaw/so-vits-svc-fork/commit/e8964c604bba31a9a8fa0a27bb5ea72a49a5fa5b))

### Documentation
* Add Meldoner as a contributor for ideas, and code ([#583](https://github.com/voicepaw/so-vits-svc-fork/issues/583)) ([`880fea8`](https://github.com/voicepaw/so-vits-svc-fork/commit/880fea84696938b6636332d8c5d88664adae4004))

## 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))
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.2"
version = "3.13.3"
description = "A fork of so-vits-svc."
authors = ["34j <34j.95a2p@simplelogin.com>"]
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.2"
__version__ = "3.13.3"

from .logger import init_logger

Expand Down

0 comments on commit 0e0943c

Please sign in to comment.