Skip to content

Commit

Permalink
this is version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
johentsch committed Dec 18, 2022
1 parent 6ee64c5 commit 0885221
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
Changelog
=========

Version 1.0.3

Version 1.0.4
=============

**ms3 requires Python 3.10**
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/ms3/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0885221

Please sign in to comment.