diff --git a/documentation/conf.py b/documentation/conf.py index 8e0847938e..104b49ea02 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.4" # String used in sidebar version = 'Version: ' + current_version diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index 1e37b625a6..6038dbb5a7 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.4)', + 'dev': 'dev (3.5)', + '3.4': '3.4', '3.3.3': '3.3.3', '3.2.4': '3.2.4', '3.1.11': '3.1.11',