Skip to content

Commit

Permalink
Merge pull request #87 from QuLogic/prep39
Browse files Browse the repository at this point in the history
MNT: Update version to 3.9.0rc1
  • Loading branch information
ksunden authored May 8, 2024
2 parents 28824f7 + bae371a commit 1f37565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpl_sphinx_theme/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# Distributed under the terms of the Modified BSD License.

version_info = (3, 9, 0)
__version__ = ".".join(map(str, version_info)) + "dev0"
__version__ = ".".join(map(str, version_info)) + "rc1"

0 comments on commit 1f37565

Please sign in to comment.