From 8e50b652a877e4a7a187e24feaec3135e2e1520f Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 13 Sep 2023 19:36:47 -0400 Subject: [PATCH] REL: 3.8.0 --- mpl_sphinx_theme/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpl_sphinx_theme/_version.py b/mpl_sphinx_theme/_version.py index 8f7b7d0..b4ba1b2 100644 --- a/mpl_sphinx_theme/_version.py +++ b/mpl_sphinx_theme/_version.py @@ -5,4 +5,4 @@ # Distributed under the terms of the Modified BSD License. version_info = (3, 8, 0) -__version__ = ".".join(map(str, version_info)) + "rc2" +__version__ = ".".join(map(str, version_info))