File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ defined at the bottom of this file.
77
88All notable changes to the python-ly project are documented in this file.
99
10+ ## [ 0.9.9] - 2024-12-13
11+
12+ ### Changed
13+
14+ - LilyPond syntax updates
15+ - Use hatchling as build backend (#165 )
16+
17+ ### Fixed
18+
19+ - Never use MUP as format guess (#164 ). Fixes frescobaldi/frescobaldi #1635
20+ - Fix tests (#170 )
21+
1022## [ 0.9.8] - 2023-06-15
1123
1224### Added
Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ This will behave like running the `ly` command when the package is installed.
4747The `ly ` Python module
4848----------------------
4949
50- The `ly ` module supports both Python2 and Python3 . This is a short description
50+ The `ly ` module requires Python 3 . This is a short description
5151of some modules:
52-
52+
5353* ``ly.slexer ``: generic tools to build parsers using regular expressions
5454* ``ly.node ``: a generic list-like node object to build tree structures with
5555* ``ly.document ``: a tokenized text document (LilyPond file)
Original file line number Diff line number Diff line change 11"""Meta-information about the LY package."""
22
3- version = "0.9.8 "
3+ version = "0.9.9 "
You can’t perform that action at this time.
0 commit comments