File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ defined at the bottom of this file.
7
7
8
8
All notable changes to the python-ly project are documented in this file.
9
9
10
+ ## [ 0.9.9] - 2024-12-20
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
+
10
22
## [ 0.9.8] - 2023-06-15
11
23
12
24
### Added
@@ -254,3 +266,4 @@ Initial release.
254
266
[ 0.9.6 ] : https://github.com/frescobaldi/frescobaldi/compare/v0.9.5..v0.9.6
255
267
[ 0.9.7 ] : https://github.com/frescobaldi/frescobaldi/compare/v0.9.6..v0.9.7
256
268
[ 0.9.8 ] : https://github.com/frescobaldi/frescobaldi/compare/v0.9.7..v0.9.8
269
+ [ 0.9.9 ] : https://github.com/frescobaldi/frescobaldi/compare/v0.9.8..v0.9.9
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.
47
47
The `ly ` Python module
48
48
----------------------
49
49
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
51
51
of some modules:
52
-
52
+
53
53
* ``ly.slexer ``: generic tools to build parsers using regular expressions
54
54
* ``ly.node ``: a generic list-like node object to build tree structures with
55
55
* ``ly.document ``: a tokenized text document (LilyPond file)
Original file line number Diff line number Diff line change 1
1
"""Meta-information about the LY package."""
2
2
3
- version = "0.9.8 "
3
+ version = "0.9.9 "
You can’t perform that action at this time.
0 commit comments