Skip to content

Commit

Permalink
this is version 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
johentsch committed May 11, 2023
1 parent a97bb2d commit 4e63b2d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog
=========

Version 1.2.9
=============

* when updating ``README.md``:

* make 2nd-level heading ``## Overview`` (instead of first-level)
* don't output ms3 version (to avoid merge conflicts)

* small bugfixes in ``ms3 review`` command

Version 1.2.8
=============

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.2.8'
MS3_VERSION = '1.2.9'
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 4e63b2d

Please sign in to comment.