Skip to content

Commit 0dd03fe

Browse files
committed
REL: 3.8.0
Bump version to 3.8.0 final.
1 parent 1d8b02c commit 0dd03fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpl_sphinx_theme/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# Distributed under the terms of the Modified BSD License.
66

77
version_info = (3, 8, 0)
8-
__version__ = ".".join(map(str, version_info)) + "rc1"
8+
__version__ = ".".join(map(str, version_info))

0 commit comments

Comments
 (0)