We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28824f7 + bae371a commit 1f37565Copy full SHA for 1f37565
mpl_sphinx_theme/_version.py
@@ -5,4 +5,4 @@
5
# Distributed under the terms of the Modified BSD License.
6
7
version_info = (3, 9, 0)
8
-__version__ = ".".join(map(str, version_info)) + "dev0"
+__version__ = ".".join(map(str, version_info)) + "rc1"
0 commit comments