diff --git a/.cruft.json b/.cruft.json index 8605ce4..6a13450 100644 --- a/.cruft.json +++ b/.cruft.json @@ -9,7 +9,7 @@ "full_name": "sphinxnotes-any", "author": "Shengyu Zhang", "description": "Sphinx domain for documenting anything", - "version": "2.4.2", + "version": "2.5", "github_owner": "sphinx-notes", "github_repo": "any", "pypi_name": "sphinxnotes-any", diff --git a/docs/conf.py b/docs/conf.py index 2e8b95f..4aa7a76 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.4.2' +version = release = '2.5' # -- General configuration ---------------------------------------------------