Skip to content

chore: Bump to 1.3.0#2140

Merged
chtruong814 merged 1 commit into
mainfrom
chtruong/bump-package
Jun 30, 2026
Merged

chore: Bump to 1.3.0#2140
chtruong814 merged 1 commit into
mainfrom
chtruong/bump-package

Conversation

@chtruong814

Copy link
Copy Markdown
Contributor

Description

chore: Bump to 1.3.0

In prep for cutting release branch

Usage

# Add snippet demonstrating usage

Checklist

  • I am familiar with the Contributing Guide.
  • New or Existing tests cover these changes.
  • The documentation is up to date with these changes.

Signed-off-by: Charlie Truong <chtruong@nvidia.com>
@chtruong814 chtruong814 requested a review from a team as a code owner June 30, 2026 00:10
@chtruong814 chtruong814 requested review from praateekmahajan and removed request for a team June 30, 2026 00:10
@greptile-apps

greptile-apps Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR bumps the package version from 1.2.0 to 1.3.0 in preparation for cutting a release branch, with no functional code changes.

  • Increments MINOR from 2 to 3 in nemo_curator/package_info.py, which causes __version__ to resolve to 1.3.0 (plus a git-SHA suffix unless NO_VCS_VERSION=1).

Confidence Score: 5/5

A one-line version bump with no logic changes; safe to merge.

The only change is incrementing MINOR from 2 to 3, which is the expected and correct edit before cutting a 1.3.0 release branch. The version assembly logic is untouched.

No files require special attention.

Important Files Changed

Filename Overview
nemo_curator/package_info.py Single-line MINOR version bump from 2 to 3; no other changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["MAJOR=1, MINOR=3, PATCH=0\nPRE_RELEASE='', DEV=''"] --> B["__shortversion__ = '1.3.0'"]
    B --> C{PRE_RELEASE != ''}
    C -- No --> D{DEV != ''}
    C -- Yes --> E["__version__ += PRE_RELEASE"]
    E --> D
    D -- No --> F{NO_VCS_VERSION == 0}
    D -- Yes --> G["__version__ += '.' + DEV"]
    G --> F
    F -- Yes --> H["git rev-parse --short HEAD"]
    H -- success --> I["__version__ += '+sha'"]
    H -- failure/OSError --> J["__version__ = '1.3.0'"]
    F -- No --> J
    I --> K["Final: '1.3.0+sha'"]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A["MAJOR=1, MINOR=3, PATCH=0\nPRE_RELEASE='', DEV=''"] --> B["__shortversion__ = '1.3.0'"]
    B --> C{PRE_RELEASE != ''}
    C -- No --> D{DEV != ''}
    C -- Yes --> E["__version__ += PRE_RELEASE"]
    E --> D
    D -- No --> F{NO_VCS_VERSION == 0}
    D -- Yes --> G["__version__ += '.' + DEV"]
    G --> F
    F -- Yes --> H["git rev-parse --short HEAD"]
    H -- success --> I["__version__ += '+sha'"]
    H -- failure/OSError --> J["__version__ = '1.3.0'"]
    F -- No --> J
    I --> K["Final: '1.3.0+sha'"]
Loading

Reviews (1): Last reviewed commit: "chore: Bump to 1.3.0" | Re-trigger Greptile

@chtruong814 chtruong814 enabled auto-merge (squash) June 30, 2026 00:42
@chtruong814 chtruong814 merged commit f2d914e into main Jun 30, 2026
59 checks passed
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.

2 participants