From c7f4f1b8019a7ac0e2026e58ae3830943899472b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Rey?= Date: Wed, 23 Sep 2026 19:01:19 +0200 Subject: [PATCH] chore: Prepare release v0.17.1 Co-Authored-By: Claude Opus 5.5 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7615e3a1..69116c24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ changelog does not include internal changes that do not affect the user. ## [Unreleased] +## [0.17.1] - 2026-09-23 + ### Fixed - Fixed a bug with type annotations making it impossible to use TorchJD without any optional diff --git a/pyproject.toml b/pyproject.toml index af63fa6e..87ca96d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "torchjd" -version = "0.17.0" +version = "0.17.1" description = "Library for Jacobian Descent with PyTorch." readme = "README.md" authors = [