Browse Source

Bump version to 3.5.2-stable

Rémi Verschelde 2 years ago
parent
commit
170ba337a5
2 changed files with 3 additions and 3 deletions
  1. 1 1
      CHANGELOG.md
  2. 2 2
      version.py

+ 1 - 1
CHANGELOG.md

@@ -5,7 +5,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/).
 
 
-## [3.5.2] - TBD
+## [3.5.2] - 2023-03-07
 
 See the [release announcement](https://godotengine.org/article/maintenance-release-godot-3-5-2) for details.
 

+ 2 - 2
version.py

@@ -3,8 +3,8 @@ name = "Godot Engine"
 major = 3
 minor = 5
 patch = 2
-status = "rc"
+status = "stable"
 module_config = ""
-year = 2022
+year = 2023
 website = "https://godotengine.org"
 docs = "3.5"