From 4a7d244bf8a53359174dcb2649af1bd05dfcd3f0 Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Tue, 25 Jul 2023 10:48:17 -0600 Subject: [PATCH] Prepare 1.13.2 (#525) The only change is updating the top nav bar. --- 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 5694eca6..98670cb1 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.1" +__version__ = "1.13.2" __version_full__ = __version__