Skip to content

Commit

Permalink
Rename IQX -> IBM Quantum Dashboard (#25)
Browse files Browse the repository at this point in the history
* Rename IQX -> IBM Quantum Dashboard

* Bump version while here
  • Loading branch information
nonhermitian authored Mar 1, 2021
1 parent 246a5bc commit bd7f793
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qiskit_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
from os import path

__version__ = '1.7.6'
__version__ = '1.7.7'
__version_full__ = __version__


Expand Down
2 changes: 1 addition & 1 deletion qiskit_sphinx_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
</li>

<li>
<a href="{{ theme_variables.external_urls['iqx'] }}" target="_blank">IBM Quantum Experience</a>
<a href="{{ theme_variables.external_urls['iqx'] }}" target="_blank">IBM Quantum Dashboard</a>
</li>

<li>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name = 'qiskit_sphinx_theme',
version = '1.7.6',
version = '1.7.7',
author = 'nonhermitian',
author_email= '[email protected]',
url="https://github.com/Qiskit/qiskit_sphinx_theme",
Expand Down

0 comments on commit bd7f793

Please sign in to comment.