Skip to content

docs: drop alpha status messaging from READMEs and package metadata - #231

Merged
Larry-Osakwe merged 1 commit into
mainfrom
larry/drop-alpha-messaging
Aug 21, 2026
Merged

docs: drop alpha status messaging from READMEs and package metadata#231
Larry-Osakwe merged 1 commit into
mainfrom
larry/drop-alpha-messaging

Conversation

@Larry-Osakwe

Copy link
Copy Markdown
Contributor

Drops the alpha messaging from the READMEs and package metadata, matching the "early access" wording already pulled from the website.

  • README: removed the "Alpha Status" bullet under Current Limitations, and the ### Alpha Status (0.x.y) section
  • Removed the Preview banner from packages/a2a/README.md
  • All 8 pyproject.toml: classifier goes from "Development Status :: 3 - Alpha" to "Development Status :: 4 - Beta"

I left the 0.x.y versioning section and "When Will Packages Reach 1.0?" alone. Those describe semver behavior rather than maturity, so they're still accurate.

Two things worth knowing:

docs isn't in any package's changelog_pattern, so this triggers no bump and no publish. The new classifier only reaches PyPI on each package's next real release.

keycardai-mcp is already at 2.0.0, which makes "When Will Packages Reach 1.0?" stale for at least one package. Didn't touch it here.

Removes the "Alpha Status" bullet and the "Alpha Status (0.x.y)" section from
the root README, the preview banner from packages/a2a, and bumps the
Development Status classifier from "3 - Alpha" to "4 - Beta" across all
packages so PyPI stops rendering the alpha badge.

The 0.x versioning and "When Will Packages Reach 1.0?" sections are left
alone; they describe semver behavior rather than maturity.
@Larry-Osakwe
Larry-Osakwe merged commit b0bc795 into main Aug 21, 2026
5 checks passed
@Larry-Osakwe
Larry-Osakwe deleted the larry/drop-alpha-messaging branch August 21, 2026 20:20
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.

3 participants