Skip to content

Bump version to 0.16.1-dev#148

Merged
dstebila merged 1 commit into
mainfrom
bump-0.16.1-dev
Jul 23, 2026
Merged

Bump version to 0.16.1-dev#148
dstebila merged 1 commit into
mainfrom
bump-0.16.1-dev

Conversation

@dstebila

Copy link
Copy Markdown
Member

Opens the next development cycle now that 0.16.0 is tagged and released.

Only pyproject.toml changes: 0.16.0 -> 0.16.1-dev.

  • The runtime auto-installer already treats any version containing dev as "clone liboqs main" (oqs/oqs.py), so the tree tracks liboqs HEAD rather than looking for a nonexistent 0.16.1 tag. PEP 440 normalizes 0.16.1-dev to 0.16.1.dev0 at install time; the "dev" in ... check catches both spellings.
  • CI's VERSION in .github/workflows/python_detailed.yml stays at 0.16.0, the last released liboqs, since there is no liboqs 0.16.1 tag to build against yet. This matches the previous cycle, where the tree was 0.16.0-dev while CI built against liboqs 0.14.0.
  • CHANGES.md and RELEASE.md are untouched; they document the released 0.16.0 and get rewritten at release-prep time.

This mirrors the previous dev bump, #137.

🤖 Generated with Claude Code

Open the next development cycle now that 0.16.0 is tagged and released.
Any "-dev" suffix makes the runtime auto-installer clone liboqs main
instead of looking for a matching release tag, so the tree tracks liboqs
HEAD until the next release is prepared.

CI's VERSION stays at 0.16.0 (the last released liboqs) since there is no
liboqs 0.16.1 tag to build against yet.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Douglas Stebila <dstebila@uwaterloo.ca>
@dstebila
dstebila merged commit ba37190 into main Jul 23, 2026
5 of 10 checks passed
@dstebila
dstebila deleted the bump-0.16.1-dev branch July 23, 2026 15:50
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.

1 participant