From 9c2c20c6fea4968fc050c57a0b47242b8e7640be Mon Sep 17 00:00:00 2001 From: TATP-233 Date: Mon, 14 Sep 2026 21:35:25 +0800 Subject: [PATCH] release: unilab 1.3.0 --- docs/sphinx/source/changelog.md | 2 +- pyproject.rocm.toml | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- uv.rocm.lock | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/sphinx/source/changelog.md b/docs/sphinx/source/changelog.md index df1611e70..02961bb08 100644 --- a/docs/sphinx/source/changelog.md +++ b/docs/sphinx/source/changelog.md @@ -13,7 +13,7 @@ UniLab 遵循[语义化版本](https://semver.org/)。本共享页面以中英 PyPI 版本变更与未发布变更;发布日期采用 PyPI 上传日期。完整提交历史请参阅 [UniLab 仓库](https://github.com/unilabsim/UniLab)。 -## Unreleased / 未发布 +## 1.3.0 (2026-09-14) ### Breaking changes / 破坏性变更 diff --git a/pyproject.rocm.toml b/pyproject.rocm.toml index e3a7b60b0..c64dde7ab 100644 --- a/pyproject.rocm.toml +++ b/pyproject.rocm.toml @@ -4,7 +4,7 @@ build-backend = "uv_build" [project] name = "unilab" -version = "1.2.0" +version = "1.3.0" description = "Universal Lab for Robot Learning" readme = "README.md" license = "Apache-2.0" diff --git a/pyproject.toml b/pyproject.toml index 35e3a348b..009663790 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ source-exclude = [ [project] name = "unilab" -version = "1.2.0" +version = "1.3.0" description = "Configurable, contract-driven robot learning across physics backends" readme = "README.md" license = "Apache-2.0" diff --git a/uv.lock b/uv.lock index 9adc6b3c2..fe8df3c44 100644 --- a/uv.lock +++ b/uv.lock @@ -5117,7 +5117,7 @@ wheels = [ [[package]] name = "unilab" -version = "1.2.0" +version = "1.3.0" source = { editable = "." } dependencies = [ { name = "etils", version = "1.13.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" }, diff --git a/uv.rocm.lock b/uv.rocm.lock index c206786e5..f9f29d78f 100644 --- a/uv.rocm.lock +++ b/uv.rocm.lock @@ -3701,7 +3701,7 @@ wheels = [ [[package]] name = "unilab" -version = "1.2.0" +version = "1.3.0" source = { editable = "." } dependencies = [ { name = "etils", version = "1.13.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },