Skip to content

Commit fc3e42a

Browse files
committed
document changes and version number in setup.py
1 parent ed99f80 commit fc3e42a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@ Release Notes
22
=============
33

44

5+
Version 1.2.1 (Released on 2023-02-09)
6+
--------------------------------------
7+
8+
Bug fixes
9+
---------
10+
* fixed bug in exporting data for parangonada https://sildater.github.io/parangonada/
11+
* fixed bug in rendering via musescore
12+
* fixed bug in loading via musescore
13+
14+
515
Version 1.2.0 (Released on 2022-12-01)
616
--------------------------------------
717

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
EMAIL = "partitura-users@googlegroups.com"
1717
AUTHOR = "Maarten Grachten, Carlos Cancino-Chacón, Silvan Peter, Emmanouil Karystinaios, Francesco Foscarin, Thassilo Gadermaier"
1818
REQUIRES_PYTHON = ">=3.6"
19-
VERSION = "1.2.0"
19+
VERSION = "1.2.1"
2020

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

0 commit comments

Comments
 (0)