Skip to content

Commit e0313cc

Browse files
author
github-actions
committed
4.2.21
Automatically generated by python-semantic-release
1 parent b9c031c commit e0313cc

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

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

5+
## v4.2.21 (2024-07-04)
6+
7+
### Fix
8+
9+
* **deps:** Update dependency transformers to v4.42.3 ([#1209](https://github.com/voicepaw/so-vits-svc-fork/issues/1209)) ([`b9c031c`](https://github.com/voicepaw/so-vits-svc-fork/commit/b9c031c6814c12c9d5e04ea19745b67f41f8e9ae))
10+
511
## v4.2.20 (2024-07-04)
612

713
### Fix

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 = "4.2.20"
3+
version = "4.2.21"
44
description = "A fork of so-vits-svc."
55
authors = ["34j <[email protected]>"]
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__ = "4.2.20"
1+
__version__ = "4.2.21"
22

33
from .logger import init_logger
44

0 commit comments

Comments
 (0)