From dd076230720e2f013f2215ec743e3ef610e433c4 Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:35:01 -0600 Subject: [PATCH] Prep 1.14.0rc1 (#511) This release adds the `qiskit-ecosystem` theme. --- src/qiskit_sphinx_theme/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qiskit_sphinx_theme/__init__.py b/src/qiskit_sphinx_theme/__init__.py index da30a82b..4b9455fd 100644 --- a/src/qiskit_sphinx_theme/__init__.py +++ b/src/qiskit_sphinx_theme/__init__.py @@ -22,7 +22,7 @@ import sphinx.application import sphinx.config -__version__ = "1.13.0rc1" +__version__ = "1.14.0rc1" __version_full__ = __version__