Skip to content

Commit a0355a1

Browse files
author
github-actions
committed
4.1.45
Automatically generated by python-semantic-release
1 parent c570f8e commit a0355a1

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.1.45 (2024-02-05)
6+
7+
### Fix
8+
9+
* **deps:** Update dependency fastapi to v0.109.2 ([#1083](https://github.com/voicepaw/so-vits-svc-fork/issues/1083)) ([`c570f8e`](https://github.com/voicepaw/so-vits-svc-fork/commit/c570f8e37b7c1b9ab0faada3c4f7f37a7e8fe896))
10+
511
## v4.1.44 (2024-02-03)
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.1.44"
3+
version = "4.1.45"
44
description = "A fork of so-vits-svc."
55
authors = ["34j <34j.95a2p@simplelogin.com>"]
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.1.44"
1+
__version__ = "4.1.45"
22

33
from .logger import init_logger
44

0 commit comments

Comments
 (0)