Skip to content

Commit

Permalink
chore: Prepare v0.4.2 release (#239)
Browse files Browse the repository at this point in the history
* Add changelog section 0.4.2
* Update version to 0.4.2 in pyproject.toml
  • Loading branch information
ValerianRey authored Jan 30, 2025
1 parent cdd69c4 commit bf6a38a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This changelog does not include internal
changes that do not affect the user.

## [Unreleased]
## [0.4.2] - 2025-01-30

### Added

- Added Python 3.13 classifier in pyproject.toml (we now also run tests on Python 3.13 in the CI).

## [0.4.1] - 2025-01-02

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "pdm.backend"

[project]
name = "torchjd"
version = "0.4.1"
version = "0.4.2"
description = "Library for Jacobian Descent with PyTorch."
readme = "README.md"
authors = [
Expand Down

0 comments on commit bf6a38a

Please sign in to comment.