Skip to content

clawock v0.1.1

Choose a tag to compare

@KCNyu KCNyu released this 11 Aug 05:57
· 246 commits to master since this release
2ddd87a

Install from PyPI:

python -m pip install clawock==0.1.1

Fixed

  • The PyPI project page rendered six broken images, including the logo and the
    hero card — the first two things a visitor saw. pyproject.toml ships
    README.md verbatim as long_description, and PyPI has no repository to
    resolve a relative path against. Every asset and document reference in the
    README is now absolute. An already-published version cannot be re-rendered, so
    this needed a new release rather than a fix in place. (#468)
  • The instance package restated its version as a literal, so the 0.1.1 build
    would have announced 0.1.0. It reads importlib.metadata now, and the two
    distributions' versions are checked against each other. (#469)