Skip to content

fix(docs): correct version label to v1.2.0#1983

Open
lbliii wants to merge 3 commits into
NVIDIA-NeMo:mainfrom
lbliii:lbliii/fix-version-label-v1.2.0
Open

fix(docs): correct version label to v1.2.0#1983
lbliii wants to merge 3 commits into
NVIDIA-NeMo:mainfrom
lbliii:lbliii/fix-version-label-v1.2.0

Conversation

@lbliii
Copy link
Copy Markdown
Contributor

@lbliii lbliii commented May 14, 2026

Description

Updates the fern/docs.yml version display names from v1.1.2 to v1.2.0 to match the actual package version defined in nemo_curator/package_info.py.

Checklist

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

Update fern/docs.yml display names to match the actual package version
in nemo_curator/package_info.py (1.2.0). Previously labeled as v1.1.2.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Signed-off-by: Lawrence Lane <llane@nvidia.com>
@lbliii lbliii requested a review from a team as a code owner May 14, 2026 20:22
@lbliii lbliii requested review from meatybobby and removed request for a team May 14, 2026 20:22
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 14, 2026

Greptile Summary

This PR corrects two version display labels in fern/docs.yml from v1.1.2 to v1.2.0 to align with the actual package version defined in nemo_curator/package_info.py.

  • The "Latest" and "26.04" version entries in the Fern docs configuration are updated to show v1.2.0, matching MAJOR=1, MINOR=2, PATCH=0 in package_info.py.
  • No other references to v1.1.2 remain in the repository after this change.

Confidence Score: 5/5

Straightforward documentation-only update with no runtime or logic changes — safe to merge.

The change updates two string literals in a YAML docs config to match the version already defined in package_info.py. No logic, data, or API behavior is affected, and no other stale references to the old version remain in the repo.

No files require special attention.

Important Files Changed

Filename Overview
fern/docs.yml Two version display-name strings updated from v1.1.2 to v1.2.0; matches the canonical version in package_info.py.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["package_info.py\nMAJOR=1, MINOR=2, PATCH=0\n→ v1.2.0"] -->|"source of truth"| B["fern/docs.yml\nversion display labels"]
    B --> C["Latest · v1.2.0 (26.04)"]
    B --> D["26.04 · v1.2.0"]
Loading

Reviews (3): Last reviewed commit: "Merge branch 'main' into lbliii/fix-vers..." | Re-trigger Greptile

@ayushdg ayushdg enabled auto-merge (squash) May 20, 2026 19:08
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