Skip to content

Commit 43d47c9

Browse files
authored
Release 0.10.1 (#1536)
1 parent fff2883 commit 43d47c9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Main changes to this code/ project are documented in this file.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## Clinica 0.10.1
10+
11+
### Fixed
12+
13+
- [IOTools] Fix `merge-tsv` tool and its `caps` option (PR [#1535](https://github.com/aramis-lab/clinica/pull/1535))
14+
- [Dependencies] Update dependencies and perform associated fixes (PR [#1531](https://github.com/aramis-lab/clinica/pull/1531))
15+
16+
917
## Clinica 0.10.0
1018

1119
### Fixed

pyproject.toml

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

55
[project]
66
name = "clinica"
7-
version = "0.10.0"
7+
version = "0.10.1"
88
description = "Software platform for clinical neuroimaging studies"
99
license = "MIT"
1010
authors = [

0 commit comments

Comments
 (0)