Skip to content

Commit

Permalink
Bump version to 1.15.0 (#537)
Browse files Browse the repository at this point in the history
Note that the 1.14.1rc1 release was yanked because it was accidentally
done on the `main` branch rather than `1.14` branch.

Normally we'd do 1.15.0rc1, but we go straight to 1.15.0 since we
already did 1.14.1rc1 and it was fine.
  • Loading branch information
Eric-Arellano committed Aug 14, 2023
1 parent 829c18e commit 0c5935c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qiskit_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import sphinx.application
import sphinx.config

__version__ = "1.14.1rc1"
__version__ = "1.15.0"
__version_full__ = __version__


Expand Down

0 comments on commit 0c5935c

Please sign in to comment.