This repository was archived by the owner on Jul 12, 2026. It is now read-only.
Release 9.23.2: docs link fix + PyPI supersession notice#1031
Merged
Conversation
…on PyPI docs.bittensor.com no longer resolves, and the PyPI page for bittensor-cli (which ranks highly in search) had no indication the package is superseded: the notice used GitHub-only alert syntax and was added after the last release, so it never reached PyPI. Rewrite it in plain markdown, link the bittensor package and bittensor.com/docs, absolutize the screenshot URL for PyPI rendering, and bump to 9.23.2 so a release can carry the new description.
IntiTechnologies
approved these changes
Jul 12, 2026
IntiTechnologies
left a comment
Contributor
There was a problem hiding this comment.
Docs/metadata-only release: supersession notice for PyPI + docs link fix. Verified no code changes.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
bittensor-cli(ranks highly in search) has no indication the package is superseded: the notice landed after 9.23.1 shipped and uses GitHub-only[!IMPORTANT]alert syntax that PyPI renders as literal text. Rewritten in plain markdown with links to thebittensorpackage and bittensor.com/docs.docs.bittensor.comno longer resolves; the Documentation section now points at https://bittensor.com/docs (also added to[project.urls]).Replaces #1030 (branch renamed to
release/9.23.2to satisfy the PR guard).Test plan
release.ymlwith version9.23.2, confirm https://pypi.org/project/bittensor-cli/ shows the supersession notice.Made with Cursor