Browse Source

Bump version to 3.5-stable \o/

What a ride!

Developing 3.5 in parallel with the rapidly growing 4.0 alpha has
proved challenging, but here we are with a great feature update for the
3.x branch.

4.0 is getting close to beta, and now most contributors have switched
their focus towards that major update, and rightly so. Still, the work
that went into 3.5 is amazing and makes it a very strong and stable
solution for your games *today* -- while 4.0 takes the time it needs to
stabilize and mature.

A big thankyou to all contributors who worked on this release!
Rémi Verschelde 3 years ago
parent
commit
991bb6ac74
2 changed files with 3 additions and 3 deletions
  1. 2 2
      CHANGELOG.md
  2. 1 1
      version.py

+ 2 - 2
CHANGELOG.md

@@ -5,9 +5,9 @@ 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/).
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 
 
 
 
-## [3.5] - TBD
+## [3.5] - 2022-08-05
 
 
-See the [release announcement]() for details.
+See the [release announcement](https://godotengine.org/article/godot-3-5-cant-stop-wont-stop) for details.
 
 
 ### Added
 ### Added
 
 

+ 1 - 1
version.py

@@ -3,7 +3,7 @@ name = "Godot Engine"
 major = 3
 major = 3
 minor = 5
 minor = 5
 patch = 0
 patch = 0
-status = "rc"
+status = "stable"
 module_config = ""
 module_config = ""
 year = 2022
 year = 2022
 website = "https://godotengine.org"
 website = "https://godotengine.org"