Skip to content

Commit

Permalink
Bump version to 3.3-stable \o/
Browse files Browse the repository at this point in the history
Congratulations to everyone in the Godot community for this awesome new
release!

What started as a 3.2.4 maintenance update for the Godot 3.2 branch finally
evolved to be a very significant release which warranted a version change,
so here we are with Godot 3.3!

It includes close to 2000 commits from over 250 contributors since the 3.2.3
release in September 2020.

Thanks to all involved, whether you contributed code, documentation, bug
reports, translations, community support or donations. You all played a role
in bringing better free and open source game development tools to the world!
  • Loading branch information
akien-mga committed Apr 21, 2021
1 parent d53c93a commit 8e68f2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,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/).

## [3.3] - TBD
## [3.3] - 2021-04-21

See the [release announcement](TBD) for details.
See the [release announcement](https://godotengine.org/article/godot-3-3-has-arrived) for details.

### Added

Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
major = 3
minor = 3
patch = 0
status = "rc"
status = "stable"
module_config = ""
year = 2021
website = "https://godotengine.org"

0 comments on commit 8e68f2e

Please sign in to comment.