Skip to content

Commit

Permalink
Merge pull request #31 from scipp/release0.1
Browse files Browse the repository at this point in the history
Update docs conf in preparation for release 0.1
  • Loading branch information
nvaytet authored Sep 27, 2022
2 parents 0072c11 + 345dc03 commit 5a0c4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def add_buttons(
"icon": "fa fa-caret-down",
"text": "Related projects"
})
releases = version_info.minor_releases(first='0.0.1')
releases = version_info.minor_releases(first='0.1')
if outdated:
current = f"{long_version} (outdated)"
latest = "latest"
Expand Down

0 comments on commit 5a0c4b4

Please sign in to comment.