godot/version.py
Rémi Verschelde 5341e6010e
Allow dehardcoding documentation branch and URL in docs links
This makes it possible to change the branch of the documentation that
URLs are pointing to without having to modify all class reference
files.

In the XML class reference, the `$DOCS_URL` placeholder should be used,
and will be replaced automatically in the editor and when generating
the RST class reference.

The documentation branch string is set in `version.py`.

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-11-15 13:02:21 +01:00

11 lines
171 B
Python

short_name = "godot"
name = "Godot Engine"
major = 4
minor = 0
patch = 0
status = "dev"
module_config = ""
year = 2021
website = "https://godotengine.org"
docs = "latest"