We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35b3e7 commit 65afd1eCopy full SHA for 65afd1e
mpl_sphinx_theme/_version.py
@@ -4,5 +4,5 @@
4
# Copyright (c) Matplotlib developers.
5
# Distributed under the terms of the Modified BSD License.
6
7
-version_info = (3, 8, 1)
8
-__version__ = ".".join(map(str, version_info)) + "dev0"
+version_info = (3, 8, 0)
+__version__ = ".".join(map(str, version_info)) + "rc2"
0 commit comments