Skip to content

chore: bump version to 0.6.1.dev0 (post-release) - #1245

Merged
cursor[bot] merged 2 commits into
mainfrom
cursor/openenv-release-management-16d4
Sep 24, 2026
Merged

cursor[bot] merged 2 commits into
mainfrom
cursor/openenv-release-management-16d4

Conversation

@cursor

@cursor cursor Bot commented Sep 24, 2026 •

Copy link
Copy Markdown
Contributor

Post-release development bump after openenv==0.6.0 was published to PyPI.

  • pyproject.toml: 0.6.0 → 0.6.1.dev0 (reuses the commit publish-pypi.yml pushed to bump/0.6.1.dev0; its own PR-creation step is not permitted for GitHub Actions)
  • Editable openenv entries in envs/grid_world_env/uv.lock and tests/validation_runtime/uv.lock synced to match, as in Release OpenEnv 0.6.0 #1211. uv lock --check passes for both.

No code changes. Release: https://github.com/huggingface/OpenEnv/releases/tag/v0.6.0

Open in Web View Automation 

Note

Low Risk
Version and lockfile metadata only; no runtime or behavioral changes.

Overview
Bumps the openenv package version from 0.6.0 to 0.6.1.dev0 in pyproject.toml so the repo reflects the next development cycle after the 0.6.0 PyPI release.

The editable openenv entries in envs/grid_world_env/uv.lock and tests/validation_runtime/uv.lock are updated to the same version so those lockfiles stay in sync with the root project. No application or library code changes.

Reviewed by Cursor Bugbot for commit a8042d3. Bugbot is set up for automated code reviews on this repo. Configure here.

github-actions Bot and others added 2 commits September 24, 2026 08:11
@cursor
cursor Bot marked this pull request as ready for review September 24, 2026 08:17
@burtenshaw burtenshaw added enhancement New feature or request size: small Small pull request labels Sep 24, 2026 — with Cursor
@cursor
cursor Bot merged commit 6310734 into main Sep 24, 2026
15 checks passed
@cursor
cursor Bot deleted the cursor/openenv-release-management-16d4 branch September 24, 2026 08:18

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alignment Review Report

Automated Checks

  • Lint: N/A — this review sandbox has no uv/ruff/usort toolchain, so .claude/hooks/lint.sh could not execute. It is also inapplicable here: the diff changes 0 Python files (only pyproject.toml + two uv.lock files), and the lint hook only targets .py files under src//tests/.
  • Debug code: CLEAN for this PR. check-debug.sh scans the whole src/ tree and surfaced many pre-existing print/TODO lines (harbor, CLI commands, docstring examples), but none are introduced by this diff. This change adds no debug code.

Open RFCs Context

Open RFCs at review time — In Review: 000 (project phases), 001 (abstractions), 002 (env spec), 003 (MCP support), 005 (agentic harnesses), 008 (env auto-validation), 012 (harbor capture providers); Draft: 010 (echo-env token world model), 011 (ARD catalog discovery). (004 rubrics has no explicit status line.) None concern version numbering or release mechanics, so none are relevant to this change.

Tier 1: Fixes Required

None. This is a mechanical post-release version bump 0.6.0 → 0.6.1.dev0:

  • pyproject.toml — [project].version bumped
  • envs/grid_world_env/uv.lock — openenv editable entry synced
  • tests/validation_runtime/uv.lock — openenv directory entry synced

Completeness/consistency verified:

  • These are the only two lockfiles that pin openenv from the local repo (editable/directory = "../../"); both were correctly synced. The other 37 env lockfiles reference openenv from external sources (PyPI, HF registry, or pinned git SHAs) at 0.3.x/0.4.x and are correctly left untouched.
  • No stray hardcoded 0.6.0 remains elsewhere (the only non-lock match is an unrelated annotated-types>=0.6.0 line in a notebook). src/openenv/__init__.py derives __version__ dynamically from package metadata, so no code change is needed.
  • 0.6.0 → 0.6.1.dev0 is a pre-1.0 patch-level dev bump, consistent with the Breaking Change Policy in INVARIANTS.md.

Tier 2: Alignment Discussion

Principle Conflicts

None identified. The change touches no API signatures, client/server boundaries, reward logic, or MCP/WebSocket interfaces — it only updates version strings and their lockfile reflections.

RFC Conflicts

None identified. No open RFC covers version/release mechanics.

Summary

  • 0 mechanical issues to fix
  • 0 alignment points for human review
  • 0 RFC conflicts to discuss

Note: lint.sh/check-debug.sh were not fully executable in this review sandbox (no uv toolchain), but neither applies to this diff since it contains no Python source changes.

Open in Web View Automation 

Sent by Cursor Automation: Pre-review

@cursor cursor Bot mentioned this pull request Sep 25, 2026
16 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 size: small Small pull request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants