summaryrefslogtreecommitdiff
path: root/version.py
AgeCommit message (Collapse)Author
2017-01-02Bump version to 3.0-alphaRémi Verschelde
WARNING: This branch is unstable and should not be used in production for the time being. See https://godotengine.org/article/warning-head-going-unstable for more details. To get the previous 2.2-alpha unreleased version, you can checkout the '2.2' branch.
2016-11-01style: Fix PEP8 whitespace issues in Python filesRémi Verschelde
Done with `autopep8 --select=E2,W2`, fixes: - E201 - Remove extraneous whitespace. - E202 - Remove extraneous whitespace. - E203 - Remove extraneous whitespace. - E211 - Remove extraneous whitespace. - E221 - Fix extraneous whitespace around keywords. - E222 - Fix extraneous whitespace around keywords. - E223 - Fix extraneous whitespace around keywords. - E224 - Remove extraneous whitespace around operator. - E225 - Fix missing whitespace around operator. - E226 - Fix missing whitespace around operator. - E227 - Fix missing whitespace around operator. - E228 - Fix missing whitespace around operator. - E231 - Add missing whitespace. - E231 - Fix various deprecated code (via lib2to3). - E241 - Fix extraneous whitespace around keywords. - E242 - Remove extraneous whitespace around operator. - E251 - Remove whitespace around parameter '=' sign. - E261 - Fix spacing after comment hash. - E262 - Fix spacing after comment hash. - E265 - Format block comments. - E271 - Fix extraneous whitespace around keywords. - E272 - Fix extraneous whitespace around keywords. - E273 - Fix extraneous whitespace around keywords. - E274 - Fix extraneous whitespace around keywords. - W291 - Remove trailing whitespace. - W293 - Remove trailing whitespace.
2016-08-03Bump version to 2.2-alphaRémi Verschelde
There are now new developments that will not be in 2.1-stable
2016-07-24Bump version to 2.1-rc1Rémi Verschelde
2016-07-12Bump version to 2.1-beta \o/Rémi Verschelde
2016-03-22Enter the 2.1 alpha phaseRémi Verschelde
To make it clearer that this branch is more recent than the stable 2.0.x releases.
2016-03-22Add support for patch versions (2.0.x)Rémi Verschelde
(cherry picked from commit 706d576f7b24ec62effd59f66f1d7c47c813056b)
2016-02-22bump to stable, congratulations everyonereduz
2016-02-08-bump version to rc1Juan Linietsky
2016-01-25bump to betaJuan Linietsky
2015-08-23**WARNING BEFORE PULLING**Juan Linietsky
This push changes the binary and XML formats and bumps the major version to 2.0. As such, files saved in this version WILL NO LONGER WORK IN PREVIOUS VERSIONS. This compatibility breakage with older versions was required in order to properly provide project refactoring tools. If I were you, unless you are brave, I would wait a week or two before pulling, in case of bugs :) Summary of Changes -New Filesystem dock, with filesystem & tree view modes. -New refactoring tools, to change or fix dependencies. -Quick search dialog, to quickly search any file
2015-05-21version bump to stableJuan Linietsky
2015-05-17version bump to rc3Juan Linietsky
2015-05-05up version to rc2Juan Linietsky
2015-05-01bumped version to rc1Juan Linietsky
2015-04-02Beta1 Attempt #1Juan Linietsky
-=-==-=-=-=-=-=- -Small fixes in canvas item light shader -Fixed compilation in server target -Export for Android makes 32 bits display as default -changed version to 1.1beta1
2014-12-15version bump to stableJuan Linietsky
2014-12-08version update for rc2Juan Linietsky
2014-12-02-Ability to ask for documents/pictures/etc system dirs.Juan Linietsky
-Fixes to animationplayer -fixes to collada importer
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky