From 4e7d75ccd350b98bccea517c034b367f52cf127e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 29 Jan 2020 10:47:08 +0100 Subject: [PATCH] Bump version to 3.2-stable \o/ Congratulations to everyone in the Godot community for this awesome new release, culmination of more than 10 months of development from close to 450 contributors! 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! Godot 3.2 includes more than 6000 commits made since the 3.1 release in March 2019, 3000 Pull Requests have been merged, and over 2000 issues have been fixed! This release builds upon the feature set and usability of Godot 3.1, making it even more stable and powerful, and thus a very mature game development tool for both 2D and 3D. Now onwards to the 4.0 with Vulkan and a lot of modernization of the codebase! --- CHANGELOG.md | 2 +- version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f30a8177597f..f2224c8a7ecb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,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.2] - YYYY-MM-DD +## [3.2] - 2020-01-29 ### Added diff --git a/version.py b/version.py index 36778ee7565b..47af88c676f0 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ major = 3 minor = 2 patch = 0 -status = "rc" +status = "stable" module_config = "" year = 2020 website = "https://godotengine.org"