summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/conf.py2
-rw-r--r--documentation/sphinx-static/switchers.js3
2 files changed, 3 insertions, 2 deletions
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
16import sys 16import sys
17import datetime 17import datetime
18 18
19current_version = "dev" 19current_version = "3.2"
20 20
21# String used in sidebar 21# String used in sidebar
22version = 'Version: ' + current_version 22version = '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 @@
2 'use strict'; 2 'use strict';
3 3
4 var all_versions = { 4 var all_versions = {
5 'dev': 'dev (3.2)', 5 'dev': 'dev (3.3)',
6 '3.2': '3.2',
6 '3.1.3': '3.1.3', 7 '3.1.3': '3.1.3',
7 '3.0.4': '3.0.4', 8 '3.0.4': '3.0.4',
8 '2.7.4': '2.7.4', 9 '2.7.4': '2.7.4',