-
Notifications
You must be signed in to change notification settings - Fork 7
docs: refresh release, roadmap, and contributor references #38
Copy link
Copy link
Open
Labels
area: communityCommunity, outreach, and repository governanceCommunity, outreach, and repository governancedev sprintPythonlings Community Dev Sprint August 2026Pythonlings Community Dev Sprint August 2026documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededsize: SSmall, focused contributionSmall, focused contribution
Description
Metadata
Metadata
Assignees
Labels
area: communityCommunity, outreach, and repository governanceCommunity, outreach, and repository governancedev sprintPythonlings Community Dev Sprint August 2026Pythonlings Community Dev Sprint August 2026documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededsize: SSmall, focused contributionSmall, focused contribution
Motivation
Public documentation still points contributors to the completed 0.3.0 roadmap and presents
v0.4.0as current even though the package is now 0.4.1. That creates avoidable confusion for new contributors and learners.Current evidence
Readme.mdsaysStatus: v0.4.0and calls the 0.3.0 roadmap the current focus.pyproject.tomldeclares version0.4.1andrequires-python = ">=3.9".Exact scope
Refresh public release, roadmap, and contributor references so they describe the present project accurately without rewriting historical plans. Make release-command examples version-neutral and preserve the Python 3.9+ compatibility guidance.
Acceptance checklist
v0.4.0copy in public documentation with version-neutral wording or the actual current version where a version is necessary.vMAJOR.MINOR.PATCHinstead of a past release tag.Explicit exclusions
Do not rewrite historical plans or release notes merely because they mention past versions, change package metadata, or promise a release.
Likely files
Readme.mddocs-site/roadmap.mddocs-site/contributing.mddocs/roadmap/0.3.0.md(archive or redirect treatment only, if needed)Verification
mkdocs build --strict rg -n "Status: `v0\.4\.0`|current focus is the.*0\.3\.0|v0\.1\.0" Readme.md docs-site docs/roadmapManually check all changed contributor and roadmap links.
Sprint coordination
See the sprint Discussion. This issue is unassigned and is not a reservation.