From fc79201851a16215f9554884aa242ed957801b10 Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Wed, 1 Nov 2023 16:34:59 +0100 Subject: [PATCH] Bump version to 4.1.3-stable --- CHANGELOG.md | 2 +- version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 228b4d080ff..80978f351e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [4.1.3] - TBD +## [4.1.3] - 2023-11-01 See the [release announcement](https://godotengine.org/article/maintenance-release-godot-4-1-3) for details. diff --git a/version.py b/version.py index b63aa2b2e0d..22469733f72 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ name = "Godot Engine" major = 4 minor = 1 patch = 3 -status = "rc" +status = "stable" module_config = "" year = 2023 website = "https://godotengine.org"