Skip to content

Commit b1b6fbc

Browse files
committed
Prepare for 0.9.9 release
1 parent b1dbdce commit b1b6fbc

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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.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+
1022
## [0.9.8] - 2023-06-15
1123

1224
### Added
@@ -254,3 +266,4 @@ Initial release.
254266
[0.9.6]: https://github.com/frescobaldi/frescobaldi/compare/v0.9.5..v0.9.6
255267
[0.9.7]: https://github.com/frescobaldi/frescobaldi/compare/v0.9.6..v0.9.7
256268
[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

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ This will behave like running the `ly` command when the package is installed.
4747
The `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
5151
of 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)

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.8"
3+
version = "0.9.9"

0 commit comments

Comments
 (0)