Skip to content

release: 1.0.0 (drop alpha messaging, add project URLs)#2

Merged
will-fawcett-trillium merged 1 commit intomainfrom
release-1.0.0
Apr 29, 2026
Merged

release: 1.0.0 (drop alpha messaging, add project URLs)#2
will-fawcett-trillium merged 1 commit intomainfrom
release-1.0.0

Conversation

@will-fawcett
Copy link
Copy Markdown
Collaborator

@will-fawcett will-fawcett commented Apr 29, 2026

Summary

Prepares the repo for the v1.0.0 tag.

  • Version 0.0.11.0.0 in pyproject.toml
  • Classifier Development Status :: 3 - Alpha5 - Production/Stable
  • Removed the alpha status blockquote from README.md
  • Added [tool.poetry.urls] table with Repository and Issues links

The actual v1.0.0 git tag is not part of this PR — it'll be cut after this lands on main and CI is green.

Test plan

  • python3 -m pytest tests — 23/23 pass
  • python3 -m mypy --ignore-missing-imports src tests — clean
  • python3 -m pylint src tests — 9.80/10
  • grep -rn -i "alpha\|0\.0\.1" pyproject.toml README.md src tests client.py .env.example — no hits
  • python3 -c "import tomllib; tomllib.load(open('pyproject.toml','rb'))" — parses
  • CI green on this branch

- Version bumped 0.0.1 -> 1.0.0
- Development Status classifier bumped from "3 - Alpha" to
  "5 - Production/Stable"
- Dropped the "Status: alpha (v0.0.1) -- work in progress" blockquote
  from the README
- Added [tool.poetry.urls] table with Repository and Issues links so
  package metadata exposes the canonical URLs

No code changes; no test or lint impact.
@will-fawcett-trillium will-fawcett-trillium merged commit b1afbe7 into main Apr 29, 2026
4 checks passed
@will-fawcett-trillium will-fawcett-trillium deleted the release-1.0.0 branch April 29, 2026 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants