From edb8f31b08c1f70291931f5924312e8f12185939 Mon Sep 17 00:00:00 2001 From: Paolo Prete Date: Sun, 13 Aug 2023 12:34:54 +0200 Subject: [PATCH] made compatible with LilyPond 2.25.7 and 2.24.2 --- NEWS.txt | 3 ++- lib/python/requirements.txt | 2 +- lib/supported_lilyponds.txt | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index 3030fe9..d7141ca 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,7 +1,8 @@ -------------- Development -------------- -* Compatible with LilyPond 2.25.3 to 6 +* Compatible with LilyPond 2.25.3 to 7 +* Compatible with LilyPond 2.24.2 -------------- Version 1.21 diff --git a/lib/python/requirements.txt b/lib/python/requirements.txt index f74c8a0..d1c0d85 100644 --- a/lib/python/requirements.txt +++ b/lib/python/requirements.txt @@ -5,7 +5,7 @@ colorlog==4.6.2 fastapi==0.70.0 httpx==0.23.0 natsort==8.0.1 -PyPDF2==1.27.5 +PyPDF2==1.27.9 python-ly==0.9.7 psutil==5.9.4 wheel==0.38.1 diff --git a/lib/supported_lilyponds.txt b/lib/supported_lilyponds.txt index 57a1066..b578ec1 100644 --- a/lib/supported_lilyponds.txt +++ b/lib/supported_lilyponds.txt @@ -40,4 +40,6 @@ 2.25.4 2.25.5 2.25.6 +2.25.7 2.24.1 +2.24.2