Skip to content

Commit

Permalink
Prepare 1.11.0 (#271)
Browse files Browse the repository at this point in the history
No changes since the last rc.
  • Loading branch information
Eric-Arellano authored Apr 17, 2023
1 parent d69f38e commit cd18661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qiskit_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
from os import path

__version__ = '1.11.0rc3'
__version__ = '1.11.0'
__version_full__ = __version__


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.11.0rc3',
version = '1.11.0',
author="Qiskit Development Team",
author_email="hello@qiskit.org",
url="https://github.com/Qiskit/qiskit_sphinx_theme",
Expand Down

0 comments on commit cd18661

Please sign in to comment.