Skip to content

Commit

Permalink
Final 1.4.2 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
shi-eric committed Nov 8, 2024
1 parent ebd934e commit 2c11eb4
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [1.4.2] - 2024-11-01
## [1.4.2] - 2024-11-08

### Changed

Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.2-rc.3
1.4.2
2 changes: 1 addition & 1 deletion exts/omni.warp.core/config/extension.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
# Semantic Versioning is used: https://semver.org/
version = "1.4.2-rc.3"
version = "1.4.2"
authors = ["NVIDIA"]
title = "Warp Core"
description="The core Warp Python module"
Expand Down
2 changes: 1 addition & 1 deletion exts/omni.warp.core/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## [1.4.2-rc.3] - 2024-11-01
## [1.4.2] - 2024-11-08

### Changed

Expand Down
4 changes: 2 additions & 2 deletions exts/omni.warp/config/extension.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
# Semantic Versioning is used: https://semver.org/
version = "1.4.2-rc.3"
version = "1.4.2"
authors = ["NVIDIA"]
title = "Warp"
description="Warp OmniGraph Nodes and Sample Scenes"
Expand Down Expand Up @@ -35,7 +35,7 @@ exclude = ["Ogn*Database.py", "*/ogn*"]
"omni.timeline" = {}
"omni.ui" = {optional = true}
"omni.usd" = {}
"omni.warp.core" = {version = "1.4.2-rc.3", exact = true}
"omni.warp.core" = {version = "1.4.2", exact = true}

[[python.module]]
name = "omni.warp._extension"
Expand Down
2 changes: 1 addition & 1 deletion exts/omni.warp/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## [1.4.2-rc.3] - 2024-11-01
## [1.4.2] - 2024-11-08

### Changed

Expand Down
2 changes: 1 addition & 1 deletion warp/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from typing import Optional

version: str = "1.4.2-rc.3"
version: str = "1.4.2"
"""Warp version string"""

verify_fp: bool = False
Expand Down

0 comments on commit 2c11eb4

Please sign in to comment.