Skip to content

Commit 7b980a0

Browse files
committed
Merge tag '0.4.6' into develop
Latest release 0.4.6
2 parents 28efa11 + 3f3f444 commit 7b980a0

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.4.6] - 2025-09-18
4+
### Fixed
5+
- soundfont sourcing
6+
37
## [0.4.5] - 2025-09-18
48
### Fixed
59
- audio rendering

fortepyan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from fortepyan.midi.structures import MidiFile, MidiPiece
55

66
__all__ = ["view", "MidiFile", "MidiPiece"]
7-
__version__ = "0.4.5"
7+
__version__ = "0.4.6"
88

99
# Pretty MIDI will throw an unwanted error for large files with high PPQ
1010
# This is a workaround

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "fortepyan"
9-
version = "0.4.5"
9+
version = "0.4.6"
1010
description = "Process MIDI piano with (almost) no pain"
1111
readme = "README.md"
1212
authors = [{ name = "Piano For AI", email = "roszcz+fortepyan@gmail.com" }]
@@ -59,7 +59,7 @@ packages = [
5959
]
6060

6161
[tool.bumpver]
62-
current_version = "0.4.5"
62+
current_version = "0.4.6"
6363
version_pattern = "MAJOR.MINOR.PATCH"
6464
commit_message = "bump version {old_version} -> {new_version}"
6565
commit = false

0 commit comments

Comments
 (0)