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