Skip to content

Commit ebc92e3

Browse files
author
github-actions
committed
4.2.25
Automatically generated by python-semantic-release
1 parent 20549f6 commit ebc92e3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## v4.2.25 (2024-07-29)
6+
7+
### Fix
8+
9+
* **deps:** Update dependency torch to v2.4.0 ([#1225](https://github.com/voicepaw/so-vits-svc-fork/issues/1225)) ([`20549f6`](https://github.com/voicepaw/so-vits-svc-fork/commit/20549f6f4e1f59090d6bbfe45c43f62613effa0e))
10+
511
## v4.2.24 (2024-07-18)
612

713
### Fix

pyproject.toml

+1-1
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.24"
3+
version = "4.2.25"
44
description = "A fork of so-vits-svc."
55
authors = ["34j <[email protected]>"]
66
license = "MIT"

src/so_vits_svc_fork/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.2.24"
1+
__version__ = "4.2.25"
22

33
from .logger import init_logger
44

0 commit comments

Comments
 (0)