From 1461aac8d771a8ca391b2fb41e509ce5750c2f73 Mon Sep 17 00:00:00 2001 From: Lysandre Debut Date: Tue, 1 Sep 2020 11:02:24 -0400 Subject: [PATCH] Update docs stable version --- docs/source/_static/js/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/_static/js/custom.js b/docs/source/_static/js/custom.js index 0786657268..9e14e0c7a9 100644 --- a/docs/source/_static/js/custom.js +++ b/docs/source/_static/js/custom.js @@ -1,6 +1,6 @@ // These two things need to be updated at each release for the version selector. // Last stable version -const stableVersion = "v3.0.2" +const stableVersion = "v3.1.0" // Dictionary doc folder to label const versionMapping = { "master": "master",