Jump to content

Connect SuperML | Leeroopedia MCP: Equip your AI agents with best practices, code verification, and debugging knowledge. Powered by Leeroo — building Organizational Superintelligence. Contact us at founders@leeroo.com.

Principle:Wandb Weave Version Bump Dev

From Leeroopedia
Knowledge Sources
Domains Release_Engineering, Versioning
Last Updated 2026-02-14 00:00 GMT

Overview

A version advancement mechanism that increments the patch version and adds a pre-release tag for the next development cycle.

Description

Version Bump Dev immediately follows the release bump. It increments the patch version and adds the -dev0 suffix (e.g., 0.52.29 → 0.52.30-dev0), preparing the codebase for continued development.

Usage

Run this step immediately after the release version bump. It ensures that any subsequent commits are clearly identified as development versions.

Theoretical Basis

This follows the train model release pattern:

  1. After branching/tagging for release, the trunk version immediately advances.
  2. The dev suffix clearly distinguishes unreleased code from released versions.
  3. This prevents version ambiguity in installed packages.

Related Pages

Implemented By

Page Connections

Double-click a node to navigate. Hold to expand connections.
Principle
Implementation
Heuristic
Environment