Skip to content

Commit

Permalink
Bump version to 3.5.2-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga committed Mar 6, 2023
1 parent a849e3a commit 170ba33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
major = 3
minor = 5
patch = 2
status = "rc"
status = "stable"
module_config = ""
year = 2022
year = 2023
website = "https://godotengine.org"
docs = "3.5"

0 comments on commit 170ba33

Please sign in to comment.