From bd7f79361c2f6b67efb020ef88219fa6bf075f01 Mon Sep 17 00:00:00 2001 From: Paul Nation Date: Mon, 1 Mar 2021 13:51:11 -0500 Subject: [PATCH] Rename IQX -> IBM Quantum Dashboard (#25) * Rename IQX -> IBM Quantum Dashboard * Bump version while here --- qiskit_sphinx_theme/__init__.py | 2 +- qiskit_sphinx_theme/layout.html | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qiskit_sphinx_theme/__init__.py b/qiskit_sphinx_theme/__init__.py index 6ad379ee..3afa5e04 100644 --- a/qiskit_sphinx_theme/__init__.py +++ b/qiskit_sphinx_theme/__init__.py @@ -5,7 +5,7 @@ """ from os import path -__version__ = '1.7.6' +__version__ = '1.7.7' __version_full__ = __version__ diff --git a/qiskit_sphinx_theme/layout.html b/qiskit_sphinx_theme/layout.html index 9eb5ca21..7bc0a9e9 100644 --- a/qiskit_sphinx_theme/layout.html +++ b/qiskit_sphinx_theme/layout.html @@ -97,7 +97,7 @@
  • - IBM Quantum Experience + IBM Quantum Dashboard
  • diff --git a/setup.py b/setup.py index 427bb26f..4ba03c77 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name = 'qiskit_sphinx_theme', - version = '1.7.6', + version = '1.7.7', author = 'nonhermitian', author_email= 'nonhermitian@gmail.com', url="https://github.com/Qiskit/qiskit_sphinx_theme",