From a169b6112cb1a0db40db2c44aa70251b4ef98896 Mon Sep 17 00:00:00 2001 From: Pedro Camargo Date: Mon, 9 Oct 2023 17:18:57 +1000 Subject: [PATCH] bumps up the version (#451) Co-authored-by: pveigadecamargo --- __version__.py | 2 +- docs/source/_static/switcher.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/__version__.py b/__version__.py index ad1d569bc..b69688127 100644 --- a/__version__.py +++ b/__version__.py @@ -1,5 +1,5 @@ version = 0.9 -minor_version = "3" +minor_version = "4" release_name = "Queluz" release_version = f"{version}.{minor_version}" diff --git a/docs/source/_static/switcher.json b/docs/source/_static/switcher.json index f5a119ce3..bc968a1d5 100644 --- a/docs/source/_static/switcher.json +++ b/docs/source/_static/switcher.json @@ -4,6 +4,11 @@ "version": "develop", "url": "https://aequilibrae.com/python/develop/" }, + { + "name": "0.9.4", + "version": "0.9.4", + "url": "https://aequilibrae.com/python/V.0.9.4/" + }, { "name": "0.9.3", "version": "0.9.3",