chore(release): rename references to vast-data/Orbit, bump to 0.1.0b2#5
Merged
Conversation
-> It will make all the URLs simpler as the org is already vast-data. -> preparing version to be 0.1.0b2 -> small corrections
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Repository renamed
VAST-Orbit→Orbit(thevast-dataorg already carriesthe "VAST" prefix, so
vast-data/Orbitreads cleaner and shortens every URL).This PR updates all in-repo references to the new path, bumps the version to
0.1.0b2, and folds in small corrections. References/metadata and version only —no API or behavioral changes.
What changed
vast-data/VAST-Orbit→vast-data/Orbitacross
pyproject.toml([project.urls]: Homepage, Repository, Documentation,Issues),
README.mdlinks/badges, docs, and any CI references.https://vast-data.github.io/Orbit/; updated doc links andhtml_baseurlaccordingly.
0.1.0b1→0.1.0b2in bothpyproject.tomlandvastorbit/__init__.py(kept in sync; static versioning).Not changed (deliberately)
vastorbit(unchanged on PyPI).Follow-up (outside this PR)
git remote set-url origin https://github.com/vast-data/Orbit.gitghp-import -n -p -f build/html).v0.1.0b2after merge; publish once PyPI is confirmed (the old0.1.0b1metadata is frozen and won't change retroactively).