fix(docs): correct version label to v1.2.0#1983
Open
lbliii wants to merge 3 commits into
Open
Conversation
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>
Contributor
Greptile SummaryThis PR corrects two version display labels in
Confidence Score: 5/5Straightforward 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
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"]
Reviews (3): Last reviewed commit: "Merge branch 'main' into lbliii/fix-vers..." | Re-trigger Greptile |
ayushdg
approved these changes
May 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updates the
fern/docs.ymlversion display names fromv1.1.2tov1.2.0to match the actual package version defined innemo_curator/package_info.py.Checklist