Skip to content

Commit bf6a38a

Browse files
authored
chore: Prepare v0.4.2 release (#239)
* Add changelog section 0.4.2 * Update version to 0.4.2 in pyproject.toml
1 parent cdd69c4 commit bf6a38a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This changelog does not include internal
77
changes that do not affect the user.
88

9-
## [Unreleased]
9+
## [0.4.2] - 2025-01-30
10+
11+
### Added
12+
13+
- Added Python 3.13 classifier in pyproject.toml (we now also run tests on Python 3.13 in the CI).
1014

1115
## [0.4.1] - 2025-01-02
1216

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "pdm.backend"
44

55
[project]
66
name = "torchjd"
7-
version = "0.4.1"
7+
version = "0.4.2"
88
description = "Library for Jacobian Descent with PyTorch."
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)