ReleaseInfo

class ReleaseInfo[source]

Information about the release running on the server.

date: Just[datetime] | _Nothing[datetime] = Nothing

What date was the version released.

version: Just[str] | _Nothing[str] = Nothing

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

message: Just[str] | _Nothing[str] = Nothing

A small message about the new features of this release.

ui_preference: 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.