diff --git a/.cruft.json b/.cruft.json index 97aa53d..2922f1a 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.1", + "version": "2.2", "github_owner": "sphinx-notes", "github_repo": "lilypond", "pypi_name": "sphinxnotes-lilypond", diff --git a/docs/changelog.rst b/docs/changelog.rst index b17691a..22c824b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -18,6 +18,11 @@ Change Log Version 2.x ----------- +.. version:: 2.2 + :date: 2024-03-31 + + - Fix broken PyPI package + .. version:: 2.1 :date: 2024-03-23 diff --git a/docs/conf.py b/docs/conf.py index 7a1a36e..1364d5b 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.1' +version = release = '2.2' # -- General configuration ---------------------------------------------------