Skip to content

v0.31.2 — fix relative documentation links on PyPI

Choose a tag to compare

@TOKUJI TOKUJI released this 09 Jun 22:02
· 29 commits to master since this release
bc231c0

README documentation links on PyPI now resolve. v0.31.1's
README used GitHub-relative paths (docs/guide.md, CHANGELOG.md,
…) which render correctly on github.com but 404 under
pypi.org/project/blackbull/. Rewritten as absolute
https://github.com/TOKUJI/BlackBull/blob/master/<path> URLs.

Fixed

  • Six relative documentation links in README.md
    (docs/about/conformance.md, KNOWN_LIMITATIONS.md,
    docs/guide.md, docs/ActorDesign.md, two refs to
    CHANGELOG.md) now point at GitHub so PyPI's rendered
    project page resolves them.

Notes

  • No code change; no API surface change; no migration needed.