diff --git a/doc/_static/switcher.json b/doc/_static/switcher.json index 3b2f48b..3a1383e 100644 --- a/doc/_static/switcher.json +++ b/doc/_static/switcher.json @@ -4,11 +4,16 @@ "url": "https://pydotbot.readthedocs.io/en/latest/" }, { - "name": "0.21.2", + "name": "0.22.0", "version": "stable", "url": "https://pydotbot.readthedocs.io/en/stable/", "preferred": true }, + { + "name": "0.21.2", + "version": "0.21.2", + "url": "https://pydotbot.readthedocs.io/en/0.21.2/" + }, { "name": "0.20.0", "version": "0.20.0", @@ -18,10 +23,5 @@ "name": "0.19.4", "version": "0.19.4", "url": "https://pydotbot.readthedocs.io/en/0.19.4/" - }, - { - "name": "0.18.1", - "version": "0.18.1", - "url": "https://pydotbot.readthedocs.io/en/0.18.1/" } ] diff --git a/pyproject.toml b/pyproject.toml index 5916c39..e9eee5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ path = "utils/hooks/wheel.py" [project] name = "pydotbot" -version = "0.21.2" +version = "0.22.0" authors = [ { name="Alexandre Abadie", email="alexandre.abadie@inria.fr" }, { name="Theo Akbas", email="theo.akbas@inria.fr" },