diff --git a/documentation/conf.py b/documentation/conf.py index 9a0186f352..5d8a7af300 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -16,7 +16,7 @@ import os import sys import datetime -current_version = "dev" +current_version = "3.2" # String used in sidebar version = 'Version: ' + current_version diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index b28d91c080..fe9841b103 100644 --- a/documentation/sphinx-static/switchers.js +++ b/documentation/sphinx-static/switchers.js @@ -2,7 +2,8 @@ 'use strict'; var all_versions = { - 'dev': 'dev (3.2)', + 'dev': 'dev (3.3)', + '3.2': '3.2', '3.1.3': '3.1.3', '3.0.4': '3.0.4', '2.7.4': '2.7.4',