From 6cd100368716e81c47d5dbebaaeac409caeab619 Mon Sep 17 00:00:00 2001 From: Eric Arellano Date: Tue, 4 Apr 2023 13:26:56 -0600 Subject: [PATCH] Prep release 1.11.0rc2 --- 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 697883cb..80c6ca88 100644 --- a/qiskit_sphinx_theme/__init__.py +++ b/qiskit_sphinx_theme/__init__.py @@ -3,7 +3,7 @@ """ from os import path -__version__ = '1.11.0rc1' +__version__ = '1.11.0rc2' __version_full__ = __version__ diff --git a/setup.py b/setup.py index 6b4705a1..c6a98ed8 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name = 'qiskit_sphinx_theme', - version = '1.11.0rc1', + version = '1.11.0rc2', author="Qiskit Development Team", author_email="hello@qiskit.org", url="https://github.com/Qiskit/qiskit_sphinx_theme",