From 5d7a830ebbc70701e290cd5ee451a5013dc94e5a Mon Sep 17 00:00:00 2001 From: Gensollen Date: Thu, 22 Aug 2024 08:36:41 +0200 Subject: [PATCH] Release `0.8.4` (#1262) * update changelog * update version number --- docs/CHANGELOG.md | 8 +++++++- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8e2a8cea5..2c85107cb 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -6,7 +6,13 @@ Main changes to this code/ project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Clinica 0.8.2 +## Clinica 0.8.4 + +### Fixed + +- [Pipelines] Fix 'SPM not in matlab path' error when using SPM12 with Matlab (see PR [#1261](https://github.com/aramis-lab/clinica/pull/1261)) + +## Clinica 0.8.3 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index a49be56e0..4291ba1a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "clinica" -version = "0.8.3" +version = "0.8.4" description = "Software platform for clinical neuroimaging studies" license = "MIT" authors = ["ARAMIS Lab"]