Skip to content

Commit 2f1163e

Browse files
committed
Fix stable version for v2.1.0 release
1 parent c96eb6f commit 2f1163e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def reset_mpl(gallery_conf, fname):
201201
#
202202
# https://stackoverflow.com/a/33845358/1106930
203203
#
204-
html_context = {"version_stable": "2.0.1"}
204+
html_context = {"version_stable": "2.1.0"}
205205

206206
# List of patterns, relative to source directory, that match files and
207207
# directories to ignore when looking for source files.

0 commit comments

Comments
 (0)