From 458bb40466629058f0ccfa6ddad7c822a7fd28cc Mon Sep 17 00:00:00 2001 From: Pedro Camargo Date: Sat, 27 Jul 2024 09:23:37 +1000 Subject: [PATCH] bumps up version (#552) Co-authored-by: pveigadecamargo --- __version__.py | 5 ++--- docs/source/_static/switcher.json | 5 +++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/__version__.py b/__version__.py index 709e67357..4bba33e8e 100644 --- a/__version__.py +++ b/__version__.py @@ -1,6 +1,5 @@ # When updating the version, one must also update the docs/source/_static/switcher.json file -version = 1.0 -minor_version = "2" -release_name = "Rio de Janeiro" +version = 1.1 +minor_version = "0" release_version = f"{version}.{minor_version}" diff --git a/docs/source/_static/switcher.json b/docs/source/_static/switcher.json index 6bb351554..18523ecb4 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": "1.1.0", + "version": "1.1.0", + "url": "https://aequilibrae.com/python/V.1.1.0/" + }, { "name": "1.0.2", "version": "1.0.2",