diff --git a/.cruft.json b/.cruft.json index 93a6379..f3412e8 100644 --- a/.cruft.json +++ b/.cruft.json @@ -9,7 +9,7 @@ "full_name": "sphinxnotes-snippet", "author": "Shengyu Zhang", "description": "Sphinx documentation snippets manager", - "version": "1.0", + "version": "1.2", "github_owner": "sphinx-notes", "github_repo": "snippet", "pypi_name": "sphinxnotes-snippet", diff --git a/docs/conf.py b/docs/conf.py index 1d0836a..09101c3 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.0' +version = release = '1.2' # -- General configuration ---------------------------------------------------