Skip to content

Commit

Permalink
4.2.26
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jul 29, 2024
1 parent bd9262f commit 19a6ad5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v4.2.26 (2024-07-29)

### Fix

* **deps:** Update dependency transformers to v4.43.3 ([#1226](https://github.com/voicepaw/so-vits-svc-fork/issues/1226)) ([`bd9262f`](https://github.com/voicepaw/so-vits-svc-fork/commit/bd9262f546eb9aaa8d9f9641f2d1faa361cf8ea8))

## v4.2.25 (2024-07-29)

### 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.2.25"
version = "4.2.26"
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.2.25"
__version__ = "4.2.26"

from .logger import init_logger

Expand Down

0 comments on commit 19a6ad5

Please sign in to comment.