Skip to content

Changed VERSION to 2.19.0.dev0 - #3228

Merged
KshitijLakhani merged 1 commit into
NVIDIA:mainfrom
KshitijLakhani:bump-version-v2.19.0-dev0
Jul 21, 2026
Merged

Changed VERSION to 2.19.0.dev0#3228
KshitijLakhani merged 1 commit into
NVIDIA:mainfrom
KshitijLakhani:bump-version-v2.19.0-dev0

Conversation

@KshitijLakhani

@KshitijLakhani KshitijLakhani commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

Description

Bump version in main to 2.19 dev

Type of change

  • Documentation change (change only to the documentation, either a fix or a new content)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Infra/Build change
  • Code refactoring

Changes

Checklist:

  • I have read and followed the contributing guidelines
  • The functionality is complete
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Signed-off-by: Kshitij Lakhani <klakhani@nvidia.com>
@KshitijLakhani KshitijLakhani self-assigned this Jul 21, 2026
@KshitijLakhani
KshitijLakhani marked this pull request as ready for review July 21, 2026 21:10
@greptile-apps

greptile-apps Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR bumps the development version string in build_tools/VERSION.txt from 2.18.0.dev0 to 2.19.0.dev0, marking the start of the 2.19 development cycle on main.

  • build_tools/VERSION.txt: single-line change; no other files in the repo still reference 2.18.0, so the update is self-contained.
  • No code logic, build configuration, or test files are affected.

Confidence Score: 5/5

Single-file version string update with no downstream breakage risk.

The change edits exactly one line in a plain-text version file. No other file in the repository still references the old version string, and the new value follows the established MAJOR.MINOR.PATCH.devN convention used by this project.

No files require special attention.

Important Files Changed

Filename Overview
build_tools/VERSION.txt Single-line bump from 2.18.0.dev0 to 2.19.0.dev0; no other version references to the old value remain in the repo.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["build_tools/VERSION.txt"] --> B["Version: 2.18.0.dev0 → 2.19.0.dev0"]
    B --> C["setup.py reads VERSION.txt\n(package_data include)"]
    C --> D["Package distributed as\ntransformerengine 2.19.0.dev0"]
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["build_tools/VERSION.txt"] --> B["Version: 2.18.0.dev0 → 2.19.0.dev0"]
    B --> C["setup.py reads VERSION.txt\n(package_data include)"]
    C --> D["Package distributed as\ntransformerengine 2.19.0.dev0"]
Loading

Reviews (1): Last reviewed commit: "Changed VERSION to 2.19.0.dev0" | Re-trigger Greptile

@jberchtold-nvidia jberchtold-nvidia left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM, thanks!

@KshitijLakhani
KshitijLakhani merged commit 870a68e into NVIDIA:main Jul 21, 2026
11 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants