Skip to content

Commit 785889d

Browse files
committed
0.9.10 release
1 parent 3aecbd5 commit 785889d

18 files changed

Lines changed: 31 additions & 18 deletions

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ defined at the bottom of this file.
77

88
All notable changes to the python-ly project are documented in this file.
99

10+
## [0.9.10] - 2026-04-03
11+
12+
### Fixed
13+
14+
- Add more robust logic to find the last Bar in a ScorePart (#180)
15+
- ly2xml, check that list is not empty before working on it (#184). This fixes an error when exporting a LilyPond file to MusicXML: frescobaldi/frescobaldi#1712
16+
- Fix tests errors (#189)
17+
18+
### Changed
19+
20+
- License changed from GPL-2.0-or-later to GPL-3.0-or-later (#187)
21+
22+
1023
## [0.9.9] - 2025-01-04
1124

1225
### Changed
@@ -255,7 +268,7 @@ All notable changes to the python-ly project are documented in this file.
255268
Initial release.
256269

257270

258-
271+
[0.9.10]: https://github.com/frescobaldi/python-ly/compare/v0.9.9...v0.9.10
259272
[0.9.9]: https://github.com/frescobaldi/python-ly/compare/v0.9.8...v0.9.9
260273
[0.9.8]: https://github.com/frescobaldi/python-ly/compare/v0.9.7...v0.9.8
261274
[0.9.7]: https://github.com/frescobaldi/python-ly/compare/v0.9.6...v0.9.7

ly/pkginfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Meta-information about the LY package."""
22

3-
version = "0.9.9"
3+
version = "0.9.10"

tests/test_xml_files/break.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<score-partwise version="3.0">
55
<identification>
66
<encoding>
7-
<software>python-ly 0.9.9</software>
7+
<software>python-ly 0.9.10</software>
88
<encoding-date>2024-08-10</encoding-date>
99
</encoding>
1010
</identification>

tests/test_xml_files/breathe.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<score-partwise version="3.0">
55
<identification>
66
<encoding>
7-
<software>python-ly 0.9.9</software>
7+
<software>python-ly 0.9.10</software>
88
<encoding-date>2024-08-10</encoding-date>
99
</encoding>
1010
</identification>

tests/test_xml_files/church_modes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<score-partwise version="3.0">
55
<identification>
66
<encoding>
7-
<software>python-ly 0.9.9</software>
7+
<software>python-ly 0.9.10</software>
88
<encoding-date>2024-08-10</encoding-date>
99
</encoding>
1010
</identification>

tests/test_xml_files/dynamics.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<score-partwise version="3.0">
55
<identification>
66
<encoding>
7-
<software>python-ly 0.9.9</software>
7+
<software>python-ly 0.9.10</software>
88
<encoding-date>2024-08-10</encoding-date>
99
</encoding>
1010
</identification>

tests/test_xml_files/full_bar_rest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<score-partwise version="3.0">
55
<identification>
66
<encoding>
7-
<software>python-ly 0.9.9</software>
7+
<software>python-ly 0.9.10</software>
88
<encoding-date>2024-08-10</encoding-date>
99
</encoding>
1010
</identification>

tests/test_xml_files/glissando.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<score-partwise version="3.0">
55
<identification>
66
<encoding>
7-
<software>python-ly 0.9.9</software>
7+
<software>python-ly 0.9.10</software>
88
<encoding-date>2024-08-10</encoding-date>
99
</encoding>
1010
</identification>

tests/test_xml_files/mark.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<score-partwise version="3.0">
55
<identification>
66
<encoding>
7-
<software>python-ly 0.9.9</software>
7+
<software>python-ly 0.9.10</software>
88
<encoding-date>2024-08-10</encoding-date>
99
</encoding>
1010
</identification>

tests/test_xml_files/markup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<score-partwise version="3.0">
55
<identification>
66
<encoding>
7-
<software>python-ly 0.9.9</software>
7+
<software>python-ly 0.9.10</software>
88
<encoding-date>2017-06-30</encoding-date>
99
</encoding>
1010
</identification>

0 commit comments

Comments
 (0)