From 8d7c2fc129be5ca7af0ef58bf06cf53614ae296c Mon Sep 17 00:00:00 2001 From: Gensollen Date: Fri, 27 Sep 2024 22:22:29 +0200 Subject: [PATCH] Release `0.9.1` (#1305) * update version number * update changelog --- docs/CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 37167a4e2..29c979824 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -6,6 +6,12 @@ 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.9.1 + +### Fixed + +- Fix broken install of release `0.9.0` (see PR [#1304](https://github.com/aramis-lab/clinica/pull/1304)) + ## Clinica 0.9.0 ### Added diff --git a/pyproject.toml b/pyproject.toml index 5cc786de6..9935d4795 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "clinica" -version = "0.9.0" +version = "0.9.1" description = "Software platform for clinical neuroimaging studies" license = "MIT" authors = ["ARAMIS Lab"]