From 7dc0e2cab3e7c85ec2e2ce9fa162c4290cb45cd5 Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Wed, 5 Jul 2023 09:35:38 -0600 Subject: [PATCH] Prep 1.13.0rc2 (#462) While we still need to figure out https://github.com/Qiskit/qiskit_sphinx_theme/issues/328, this release candidate fixes several issues discovered in 1.13.0rc1, especially with responsiveness (mobile). --- 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 773a283f..7344acef 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.13.0rc2" __version_full__ = __version__