Skip to content

Commit

Permalink
4.1.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 28, 2023
1 parent da7a72f commit 9346f64
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.2 (2023-08-28)

### Fix

* **deps:** Update dependency transformers to v4.32.1 ([#916](https://github.com/voicepaw/so-vits-svc-fork/issues/916)) ([`da7a72f`](https://github.com/voicepaw/so-vits-svc-fork/commit/da7a72ff0b11231793e48ac5fcb38a1b022fa26b))

### Documentation

* **readme:** Add instructions for pipx installation, update torch urls ([#899](https://github.com/voicepaw/so-vits-svc-fork/issues/899)) ([`0b02c49`](https://github.com/voicepaw/so-vits-svc-fork/commit/0b02c49edb5701becfe141645f0e3fc00c241944))
* Add shenberg as a contributor for userTesting, ideas, and code ([#810](https://github.com/voicepaw/so-vits-svc-fork/issues/810)) ([`319ddf3`](https://github.com/voicepaw/so-vits-svc-fork/commit/319ddf35e2f7e915bbf786fa785ec2734f4b0c00))

## v4.1.1 (2023-07-02)

### 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.1"
version = "4.1.2"
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.1.1"
__version__ = "4.1.2"

from .logger import init_logger

Expand Down

0 comments on commit 9346f64

Please sign in to comment.