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.

commit: str

The commit which is running on this server.