Version.update

Version.update(*, label=None, release_notes=None) → self

Update attributes on a version.

Parameters:

label : str, default None If specified, will set the user-specified label for the version. This label is currently only visible in the API, and is distinct from the version tag. To unset the label, provide an empty string.

release_notes : str, default None Release notes for the version, up to 5000 characters. To unset the release notes, provide an empty string.

Returns:

self (a Version)

Last updated

Was this helpful?