Skip to content

Commit 991bb6a

Browse files
committed
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!
1 parent 7c8cc5c commit 991bb6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77

8-
## [3.5] - TBD
8+
## [3.5] - 2022-08-05
99

10-
See the [release announcement]() for details.
10+
See the [release announcement](https://godotengine.org/article/godot-3-5-cant-stop-wont-stop) for details.
1111

1212
### Added
1313

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
major = 3
44
minor = 5
55
patch = 0
6-
status = "rc"
6+
status = "stable"
77
module_config = ""
88
year = 2022
99
website = "https://godotengine.org"

0 commit comments

Comments
 (0)