From 7bf0c3ff1cfb665a641a0026740e0c94e9a5c857 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Wed, 8 Nov 2023 22:09:59 +0000 Subject: [PATCH] feat: release 1.0.0 --- sphinx_external_toc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_external_toc/__init__.py b/sphinx_external_toc/__init__.py index 2011964..03f585b 100644 --- a/sphinx_external_toc/__init__.py +++ b/sphinx_external_toc/__init__.py @@ -1,6 +1,6 @@ """A sphinx extension that allows the project toctree to be defined in a single file.""" -__version__ = "1.0.0rc0" +__version__ = "1.0.0" from typing import TYPE_CHECKING