Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Research outputs often evolve over time: you might fix errors in a dataset, improve code, or update protocols. Persistent identifiers provide structured ways to handle versioning while maintaining clear connections between versions.

Version DOIs vs. Concept DOIs

Some repositories (notably Zenodo) implement a two-level DOI system:

Version DOI
A version DOI points to one specific version of a resource and never changes. Use this when you want to cite a specific version for reproducibility. For example: 10.5281/zenodo.3332807 (version 1.0).
Concept DOI
A concept DOI points to the resource as a whole, across all versions, and always resolves to the latest version. Use this when you want to cite the work in general. For example: 10.5281/zenodo.3332806 (concept, always latest).

The concept DOI creates an umbrella that links all versions together. When you publish a new version, it gets a new version DOI, but the concept DOI remains the same.

When to Create a New Version vs. New Resource

You should create a new version when the fundamental resource remains the same but has been improved or corrected. This includes situations like fixing errors or bugs, adding new data points to an existing dataset, improving documentation or metadata, or making minor methodological adjustments. The key characteristic of a new version is that it represents an evolution or refinement of the original resource rather than a fundamentally different output.

In contrast, you should create an entirely new resource when the changes are substantial enough that the output could stand alone independently. This applies when you’re collecting fundamentally different data, completely redesigning a protocol, or making major methodological changes that alter the nature of the work. These situations call for a new DOI rather than a new version because the new output represents distinct scholarly work.

When in doubt, ask yourself: “Would citing the old version still be valid and useful?” If yes, create a new version. If no, create a new resource.

How to Publish New Versions

Zenodo
Figshare
OSF
Other repositories
  1. Go to your published record

  2. Click “New version”

  3. Zenodo creates a copy with a new reserved DOI

  4. Update files and metadata as needed

  5. Publish the new version

  6. The concept DOI automatically updates to point to the latest version

  7. Both version DOIs remain active and independently citable

Whether or not your repository has automatic version handling, you can explicitly link versions through connection metadata.

Best Practices for Versioning