From 8787029c8e6b496deeb15c87d141f66aacd200ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 14 Aug 2024 17:49:04 +0200 Subject: [PATCH] Bump version to 4.3-stable \o/ This release turned out to be a massive one, exceeding our original plans for the development cycle, but for good reasons to address many critical issues that users identified since the 4.0 release. The user experience should be much stabler and more polished than in previous releases, with less obscure and game or workflow-breaking bugs. And of course the feature set kept increasing with a number of highly awaited improvements to all engine areas. We have close to 3500 commits in this release, twice as many as 4.2! More than 500 contributors were involved in this new feature release, and we want to thank them all for their amazing contributors, as well as all users who sponsor the Development Fund, reported bugs, opened proposals, or supported each other on our community platforms. --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index 0430bddb712e..ad9cb5334797 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ major = 4 minor = 3 patch = 0 -status = "rc" +status = "stable" module_config = "" website = "https://godotengine.org" -docs = "latest" +docs = "4.3"