From 54621ec4354690e5a336f8081d75bf7929622ddb Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Sat, 13 Sep 2025 06:46:21 +0200 Subject: [PATCH] Update RTD version --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 771aa73d5..bd4671c4c 100644 --- a/conf.py +++ b/conf.py @@ -68,7 +68,7 @@ author = "Juan Linietsky, Ariel Manzur and the Godot community" # Version info for the project, acts as replacement for |version| and |release| # The short X.Y version -version = os.getenv("READTHEDOCS_VERSION", "4.4") +version = os.getenv("READTHEDOCS_VERSION", "4.5") # The full version, including alpha/beta/rc tags release = version