ReleaseInfo#

class ReleaseInfo[source]#

Information about the release running on the server.

date: Union[Just[datetime], _Nothing[datetime]] = Nothing#

What date was the version released.

version: Union[Just[str], _Nothing[str]] = Nothing#

What version is running, this key might not be present.

message: Union[Just[str], _Nothing[str]] = Nothing#

A small message about the new features of this release.

ui_preference: Union[Just[str], _Nothing[str]] = Nothing#

What ui_preference should control if we should show the release message.

commit: str#

The commit which is running on this server.