Skip to content

Commit 16e3069

Browse files
committed
REL: 3.7.0
- big fix for icon size - restore ability to add SHA of build commit to footer
1 parent 5d2b419 commit 16e3069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpl_sphinx_theme/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright (c) Matplotlib developers.
55
# Distributed under the terms of the Modified BSD License.
66

7-
version_info = (3, 6, 0)
7+
version_info = (3, 7, 0)
88
__version__ = ".".join(map(str, version_info))

0 commit comments

Comments
 (0)