diff --git a/.cruft.json b/.cruft.json index c88a38e..97aa53d 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": "2.0.0", + "version": "2.1", "github_owner": "sphinx-notes", "github_repo": "lilypond", "pypi_name": "sphinxnotes-lilypond", diff --git a/docs/changelog.rst b/docs/changelog.rst index 8bf35af..b17691a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -18,10 +18,17 @@ Change Log Version 2.x ----------- -.. version:: 2.1.0 (draft) - :date: 2024-01-xx +.. version:: 2.1 + :date: 2024-03-23 - Support :example:`Playable Inline Score` (:pull:`39`) + - Update jianpu-ly submodule to v1.75 + - Document improvements + +.. version:: 2.0.1 + :date: 2023-08-19 + + - Compat with Sphinx 7.2's changes .. version:: 2.0.0 :date: 2023-08-18 diff --git a/docs/conf.py b/docs/conf.py index 4daf0db..7a1a36e 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 = '2.0.0' +version = release = '2.1' # -- General configuration ---------------------------------------------------