Skip to content

chore: bump pyproject version to 0.7.1 (dev only)#19

Merged
DevStrikerTech merged 1 commit intodevfrom
feat/release-0.7.1
Apr 8, 2026
Merged

chore: bump pyproject version to 0.7.1 (dev only)#19
DevStrikerTech merged 1 commit intodevfrom
feat/release-0.7.1

Conversation

@DevStrikerTech
Copy link
Copy Markdown
Owner

@DevStrikerTech DevStrikerTech commented Apr 8, 2026

Summary

Metadata only: set project.version in pyproject.toml from 0.7.0 to 0.7.1.

This PR targets dev only. Merging it does not publish to PyPI, create a git tag, or create a GitHub Release. Those steps happen after dev is promoted to prod and someone pushes tag v0.7.1 (see RELEASE.md and Publish to PyPI).

Type

  • feat — new capability
  • fix — bug fix
  • refactor / perf — behavior-preserving change
  • test — tests only
  • docs / chore — docs or tooling

Links

  • Tracking:
  • Related PRs / context: Patch after 0.7.0; follow with devprod promotion before tagging.

Branch policy

  • Base branch is dev (never prod except release mechanics agreed separately).
  • Source branch follows repo conventions (this branch was named for a version bump; prefer chore/bump-<semver> for similar changes—see CONTRIBUTING.md).

Checklist

  • Follows CONTRIBUTING.md (branch flow, quality gates, commit message format).
  • Links to related issues or Project items where applicable.
  • Tests added or updated for behavior changes (not applicable—version string only).
  • Docs updated when user-visible behavior or public API changes (not applicable).
  • ruff check src tests and ruff format --check src tests pass locally.
  • mypy src/oris tests passes locally.
  • pytest passes with coverage ≥ 84%.
  • No secrets, tokens, or credentials in the diff.

How to verify

ruff check src tests && ruff format --check src tests
mypy src/oris tests
pytest
grep '^version' pyproject.toml   # expect 0.7.1

Risk / rollout

Low risk: single-field version bump. Release (tag + PyPI) is a separate step after prod contains this change.

@github-actions github-actions bot added the enhancement New feature or request label Apr 8, 2026
@DevStrikerTech DevStrikerTech merged commit d3c23b6 into dev Apr 8, 2026
7 checks passed
@DevStrikerTech DevStrikerTech deleted the feat/release-0.7.1 branch April 8, 2026 18:36
@DevStrikerTech DevStrikerTech changed the title chore(release): bump version to 0.7.1 chore: bump pyproject version to 0.7.1 (dev only) Apr 8, 2026
@DevStrikerTech DevStrikerTech mentioned this pull request Apr 8, 2026
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant