Skip to content

Commit

Permalink
4.1.60
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 3f537b0 commit 0a99bb6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

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

### Fix

* **deps:** Disallow pysimplegui>=5, update deps, update PyTorch urls in README.md ([#1142](https://github.com/voicepaw/so-vits-svc-fork/issues/1142)) ([`c0c5376`](https://github.com/voicepaw/so-vits-svc-fork/commit/c0c537639c72455328f98d147c06bd8f86030399))

### Documentation

* **readme:** Add description of repository maintenance status ([#1143](https://github.com/voicepaw/so-vits-svc-fork/issues/1143)) ([`3f537b0`](https://github.com/voicepaw/so-vits-svc-fork/commit/3f537b0919c0e651297c190ede9eb3c03782f319))
* Add SamuelSwartzberg as a contributor for security ([#1146](https://github.com/voicepaw/so-vits-svc-fork/issues/1146)) ([`cddb722`](https://github.com/voicepaw/so-vits-svc-fork/commit/cddb72236f00d00a566a27a0243b71abbd615c64))
* Add 4ll0w3v1l as a contributor for code ([#1141](https://github.com/voicepaw/so-vits-svc-fork/issues/1141)) ([`df699c7`](https://github.com/voicepaw/so-vits-svc-fork/commit/df699c7284149f79238b783f530d058b2a272447))

## v4.1.59 (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.59"
version = "4.1.60"
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.59"
__version__ = "4.1.60"

from .logger import init_logger

Expand Down

0 comments on commit 0a99bb6

Please sign in to comment.