Skip to content

Commit

Permalink
4.1.61
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 6, 2024
1 parent eab647c commit 5b09e02
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## v4.1.61 (2024-04-06)

### Fix

* **deps:** Update dependency fastapi to v0.110.1 ([#1144](https://github.com/voicepaw/so-vits-svc-fork/issues/1144)) ([`eab647c`](https://github.com/voicepaw/so-vits-svc-fork/commit/eab647c8e21b954aa082b8319f084ae080105180))

### Documentation

* Add Priyanshu-hawk as a contributor for code ([#1148](https://github.com/voicepaw/so-vits-svc-fork/issues/1148)) ([`d6888db`](https://github.com/voicepaw/so-vits-svc-fork/commit/d6888db4204f87b7075d41371edf08c050179912))
* Add marcellocirelli as a contributor for bug ([#1147](https://github.com/voicepaw/so-vits-svc-fork/issues/1147)) ([`8795709`](https://github.com/voicepaw/so-vits-svc-fork/commit/879570933831cdee3f325c94fc5b4e3fd172990f))

## v4.1.60 (2024-04-06)

### 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.60"
version = "4.1.61"
description = "A fork of so-vits-svc."
authors = ["34j <[email protected]>"]
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.60"
__version__ = "4.1.61"

from .logger import init_logger

Expand Down

0 comments on commit 5b09e02

Please sign in to comment.