Release v1.0.0
Open
@mgalloy is already working on this.
Since Oct 1, 2025.
release
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Pre-release check
- add date to version line in
CHANGELOG.mdand make sure it is up-to-date - check that version to release in
CHANGELOG.mdmatches version inpyproject.toml
Release to production
- merge master to production,
git checkout release; git merge main - push production to origin,
git push - tag production with release name of the form vX.Y.Z, e.g.,
git tag -a v0.1.0 - push tags, e.g.,
git push --tags
Post-release check
- send email with new release notes to iguana, detoma, and observers
- in main, increment version in
pyproject.tomlandCHANGELOG.md - install new version, i.e.,
pip install -e .[dev]
Special tasks
- clean out pre-1.0 doc versions on Read the Docs
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.