docs: add constants introduced in by #20 to api ref
This commit is contained in:
parent
d56d077fde
commit
161546b11e
|
@ -557,6 +557,14 @@ line breakdown of shareable text output, accompanied by their Nominatim keys:
|
|||
a tuple of integers representing the version of surplus, in the format
|
||||
`[major, minor, patch]`
|
||||
|
||||
- `VERSION_SUFFIX: Final[str]`
|
||||
`BUILD_BRANCH: Final[str]`
|
||||
`BUILD_COMMIT: Final[str]`
|
||||
`BUILD_DATETIME: Final[datetime]`
|
||||
|
||||
string and a [datetime.datetime](https://docs.python.org/3/library/datetime.html) object
|
||||
containing version and build information, set by [releaser.py](releaser.py)
|
||||
|
||||
- `SHAREABLE_TEXT_LINE_0_KEYS: tuple[str, ...]`
|
||||
`SHAREABLE_TEXT_LINE_1_KEYS: tuple[str, ...]`
|
||||
`SHAREABLE_TEXT_LINE_2_KEYS: tuple[str, ...]`
|
||||
|
|
Loading…
Reference in a new issue