From 39a3ee677e37895411e317dff2fb6af4ab0537d0 Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Mon, 22 May 2023 13:27:00 -0600 Subject: [PATCH] Prepare 1.12.0 release (#338) Tested on Experiments and Terra. Only known issue was fixed already: https://github.com/Qiskit/qiskit_sphinx_theme/pull/337. --- qiskit_sphinx_theme/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qiskit_sphinx_theme/__init__.py b/qiskit_sphinx_theme/__init__.py index 6909dc76..bbd29b14 100644 --- a/qiskit_sphinx_theme/__init__.py +++ b/qiskit_sphinx_theme/__init__.py @@ -17,7 +17,7 @@ from qiskit_sphinx_theme import directives, previous_releases, translations -__version__ = '1.12.0rc1' +__version__ = '1.12.0' __version_full__ = __version__ diff --git a/setup.py b/setup.py index ca3b029b..9c8879c5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='qiskit_sphinx_theme', - version='1.12.0rc1', + version="1.12.0", author="Qiskit Development Team", author_email="hello@qiskit.org", url="https://github.com/Qiskit/qiskit_sphinx_theme",