dbs_annotator.utils.updater.ReleaseInfo

class dbs_annotator.utils.updater.ReleaseInfo(version, tag_name, html_url, published_at, body, is_prerelease)[source]

Bases: object

Metadata for a GitHub release that is newer than the running app.

Methods

Attributes

version

tag_name

html_url

published_at

body

is_prerelease

True if GitHub marked the release as pre-release or the tag parses as a PEP 440 pre-release (alpha / beta / rc).