Skip to content

Prepare v1.0.0 release metadata#22

Merged
gparadis merged 1 commit into
mainfrom
issue-16-v100-version-docs
Jun 14, 2026
Merged

Prepare v1.0.0 release metadata#22
gparadis merged 1 commit into
mainfrom
issue-16-v100-version-docs

Conversation

@gparadis

Copy link
Copy Markdown
Contributor

Summary

  • bump fhops.__version__ and the import regression from 1.0.0a2 to final 1.0.0
  • add final docs/releases/v1.0.0.md with migration notes and remaining publication blockers
  • update README/overview installation guidance to stable pip install fhops==1.0.0 wording
  • correct the release playbook to describe Hatch dynamic versioning from src/fhops/__init__.py
  • update roadmap and release-prep notes for the GA issue tree

Closes #16.

Verification

  • .venv/bin/ruff format src tests
  • .venv/bin/ruff check src tests
  • .venv/bin/mypy src
  • .venv/bin/pytest tests/test_import.py
  • .venv/bin/pytest
  • .venv/bin/pre-commit run --all-files
  • PANDOC_DIR=$(...) PATH="$PANDOC_DIR:$PATH" .venv/bin/sphinx-build -b html docs _build/html -W

Full pytest result: 299 passed, 210 skipped, 61 warnings.

@gparadis gparadis merged commit 4804efa into main Jun 14, 2026
2 checks passed
@gparadis gparadis deleted the issue-16-v100-version-docs branch June 14, 2026 18:58
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.

v1.0.0 GA: bump version and refresh release docs

1 participant