Skip to content

Commit

Permalink
4.1.11
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Sep 23, 2023
1 parent c1e6c0c commit 8e830fa
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.1.11 (2023-09-23)

### Fix

* **deps:** Update python to >=3.11,<3.12 ([#952](https://github.com/voicepaw/so-vits-svc-fork/issues/952)) ([`a5455b9`](https://github.com/voicepaw/so-vits-svc-fork/commit/a5455b92f7228fc01d51cdbfb7da6e9241c7fcca))

### Documentation

* **readme:** Replace "34j" with "voicepaw" ([#960](https://github.com/voicepaw/so-vits-svc-fork/issues/960)) ([`c1e6c0c`](https://github.com/voicepaw/so-vits-svc-fork/commit/c1e6c0c0c61d4a99eb1a19e8ca0f619d9a07146a))

## v4.1.10 (2023-09-17)

### Fix
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.1.10"
version = "4.1.11"
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__ = "4.1.10"
__version__ = "4.1.11"

from .logger import init_logger

Expand Down

0 comments on commit 8e830fa

Please sign in to comment.