From 0885221d966715cf478998f2d9cd60f431d30798 Mon Sep 17 00:00:00 2001 From: johentsch Date: Sun, 18 Dec 2022 22:43:41 +0100 Subject: [PATCH] this is version 1.0.4 --- CHANGELOG.rst | 15 +++++++++++---- src/ms3/utils.py | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 576c96a4..5fada890 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,7 +2,8 @@ Changelog ========= -Version 1.0.3 + +Version 1.0.4 ============= **ms3 requires Python 3.10** @@ -108,21 +109,27 @@ Many, many bugs have died on the way. Also: * **(1.0.3)** Pedal notes that have multiple (volta) endings, although still not being correctly propagated into each ending, get propagated into the first ending, and don't cause propagation nor the integrity check to fail anymore + +Version 1.0.3 +============= + +See above, version 1.0.4 + Version 1.0.2 ============= -See above, version 1.0.3 +See above, version 1.0.4 Version 1.0.1 ============= -See above, version 1.0.3 +See above, version 1.0.4 Version 1.0.0 ============= -See above, version 1.0.3 +See above, version 1.0.4 Version 0.5.3 diff --git a/src/ms3/utils.py b/src/ms3/utils.py index 46615c24..91b2424f 100644 --- a/src/ms3/utils.py +++ b/src/ms3/utils.py @@ -32,7 +32,7 @@ from .logger import function_logger, update_cfg, LogCapturer from ._typing import FileDict, Facet, ViewDict, FileDataframeTupleMaybe -MS3_VERSION = '1.0.3' +MS3_VERSION = '1.0.4' LATEST_MUSESCORE_VERSION = '3.6.2' COMPUTED_METADATA_COLUMNS = ['TimeSig', 'KeySig', 'last_mc', 'last_mn', 'length_qb', 'last_mc_unfolded', 'last_mn_unfolded', 'length_qb_unfolded', 'volta_mcs', 'all_notes_qb', 'n_onsets', 'n_onset_positions',