From 3133e7174d548715d9dad74b19731503ea229a6a Mon Sep 17 00:00:00 2001 From: Shengyu Zhang Date: Sun, 9 Jul 2023 23:41:15 +0800 Subject: [PATCH] chore: release 1.6.1 --- .cruft.json | 2 +- docs/changelog.rst | 5 +++++ docs/conf.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.cruft.json b/.cruft.json index 4bd4831..48ea712 100644 --- a/.cruft.json +++ b/.cruft.json @@ -9,7 +9,7 @@ "full_name": "sphinxnotes-lilypond", "author": "Shengyu Zhang", "description": "Sphinx extension for embedding LilyPond scores", - "version": "1.6.0", + "version": "1.6.1", "github_owner": "sphinx-notes", "github_repo": "lilypond", "pypi_name": "sphinxnotes-lilypond", diff --git a/docs/changelog.rst b/docs/changelog.rst index afb273b..c1df23f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -18,6 +18,11 @@ Change Log Version 1.x ----------- +.. version:: 1.6.1 + :date: 2023-06-09 + + - Support including score from abs path (:pull:`25`) + .. version:: 1.6.0 :date: 2022-10-08 diff --git a/docs/conf.py b/docs/conf.py index 2eb3894..fb62531 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,7 +17,7 @@ copyright = "2023, " + author # The full version, including alpha/beta/rc tags -version = release = '1.6.0' +version = release = '1.6.1' # -- General configuration ---------------------------------------------------