Skip to content

Commit 2107794

Browse files
authored
[Release 2.3.1] Bumps version to 2.3.1 (#4093)
# Description Version bump to 2.3.1 for patch release. ## Checklist - [x] I have read and understood the [contribution guidelines](https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html) - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task -->
1 parent bbca396 commit 2107794

18 files changed

+46
-23
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cff-version: 1.2.0
22
message: "If you use this software, please cite both the Isaac Lab repository and the Orbit paper."
33
title: Isaac Lab
4-
version: 2.3.0
4+
version: 2.3.1
55
repository-code: https://github.com/NVIDIA-Omniverse/IsaacLab
66
type: software
77
authors:

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
[![License](https://img.shields.io/badge/license-Apache--2.0-yellow.svg)](https://opensource.org/license/apache-2-0)
1515

1616

17-
Please note that this branch is currently under active development in preparation for the Isaac Lab 2.3.0 release.
18-
Some features may not be fully functional while we continue development.
19-
Additional features may depend on unreleased Isaac Sim features that will be available in Isaac Sim 5.1.0.
20-
21-
2217
**Isaac Lab** is a GPU-accelerated, open-source framework designed to unify and simplify robotics research workflows,
2318
such as reinforcement learning, imitation learning, and motion planning. Built on [NVIDIA Isaac Sim](https://docs.isaacsim.omniverse.nvidia.com/latest/index.html),
2419
it combines fast and accurate physics and sensor simulation, making it an ideal choice for sim-to-real

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.0
1+
2.3.1

apps/isaaclab.python.headless.kit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
title = "Isaac Lab Python Headless"
77
description = "An app for running Isaac Lab headlessly"
8-
version = "2.3.0"
8+
version = "2.3.1"
99

1010
# That makes it browsable in UI with "experience" filter
1111
keywords = ["experience", "app", "isaaclab", "python", "headless"]

apps/isaaclab.python.headless.rendering.kit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[package]
1010
title = "Isaac Lab Python Headless Camera"
1111
description = "An app for running Isaac Lab headlessly with rendering enabled"
12-
version = "2.3.0"
12+
version = "2.3.1"
1313

1414
# That makes it browsable in UI with "experience" filter
1515
keywords = ["experience", "app", "isaaclab", "python", "camera", "minimal"]

apps/isaaclab.python.kit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
title = "Isaac Lab Python"
77
description = "An app for running Isaac Lab"
8-
version = "2.3.0"
8+
version = "2.3.1"
99

1010
# That makes it browsable in UI with "experience" filter
1111
keywords = ["experience", "app", "usd"]

apps/isaaclab.python.rendering.kit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[package]
1010
title = "Isaac Lab Python Camera"
1111
description = "An app for running Isaac Lab with rendering enabled"
12-
version = "2.3.0"
12+
version = "2.3.1"
1313

1414
# That makes it browsable in UI with "experience" filter
1515
keywords = ["experience", "app", "isaaclab", "python", "camera", "minimal"]

apps/isaaclab.python.xr.openxr.headless.kit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
title = "Isaac Lab Python OpenXR Headless"
77
description = "An app for running Isaac Lab with OpenXR in headless mode"
8-
version = "2.3.0"
8+
version = "2.3.1"
99

1010
# That makes it browsable in UI with "experience" filter
1111
keywords = ["experience", "app", "usd", "headless"]

apps/isaaclab.python.xr.openxr.kit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
title = "Isaac Lab Python OpenXR"
77
description = "An app for running Isaac Lab with OpenXR"
8-
version = "2.3.0"
8+
version = "2.3.1"
99

1010
# That makes it browsable in UI with "experience" filter
1111
keywords = ["experience", "app", "usd"]

apps/isaacsim_4_5/isaaclab.python.headless.kit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
title = "Isaac Lab Python Headless"
77
description = "An app for running Isaac Lab headlessly"
8-
version = "2.3.0"
8+
version = "2.3.1"
99

1010
# That makes it browsable in UI with "experience" filter
1111
keywords = ["experience", "app", "isaaclab", "python", "headless"]

0 commit comments

Comments
 (0)