Skip to content

Commit 12966fb

Browse files
authored
Merge pull request #88 from matplotlib/v3.9.x
Prepare 3.9.0 release
2 parents 1f37565 + ccaa1c0 commit 12966fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: mpl_sphinx_theme/_version.py

+2-2
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, 9, 0)
8-
__version__ = ".".join(map(str, version_info)) + "rc1"
7+
version_info = (3, 9, 1)
8+
__version__ = ".".join(map(str, version_info)) + "dev0"

0 commit comments

Comments
 (0)