Dataset.unrelease
Dataset.unrelease() → self
Unreleases the current
version of the dataset, setting it back to the next
version. A version of a dataset can only be unreleased within a 7-day window from when it was released, and cannot be unreleased if a next
version already exists (in this case, first delete the next version).
Returns:
self (a Dataset)
Examples:
Last updated