Skip to content

Commit

Permalink
document changes and version number in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sildater committed Feb 9, 2023
1 parent ed99f80 commit fc3e42a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ Release Notes
=============


Version 1.2.1 (Released on 2023-02-09)
--------------------------------------

Bug fixes
---------
* fixed bug in exporting data for parangonada https://sildater.github.io/parangonada/
* fixed bug in rendering via musescore
* fixed bug in loading via musescore


Version 1.2.0 (Released on 2022-12-01)
--------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
EMAIL = "[email protected]"
AUTHOR = "Maarten Grachten, Carlos Cancino-Chacón, Silvan Peter, Emmanouil Karystinaios, Francesco Foscarin, Thassilo Gadermaier"
REQUIRES_PYTHON = ">=3.6"
VERSION = "1.2.0"
VERSION = "1.2.1"

# What packages are required for this module to be executed?
REQUIRED = ["numpy", "scipy", "lxml", "lark-parser", "xmlschema", "mido"]
Expand Down

0 comments on commit fc3e42a

Please sign in to comment.