Skip to content

Commit

Permalink
Updates for release (#685)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md and pyproject.toml release version
  • Loading branch information
omar-rifai authored Jun 14, 2022
1 parent c75d20c commit 7548479
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ 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.7.1


### Added
- [Doc] add ukbiobank documentation
- [DWIConnectome] Fetch meta data directly from MRtrix github repository

### Changed
- [Core] Enable parallelization when grabbing files

### Fixed
- [Converters] Fix several warnings


## Clinica 0.7.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "clinica"
version = "0.7.0"
version = "0.7.1"
description = "Software platform for clinical neuroimaging studies"
license = "MIT"
authors = ["ARAMIS Lab"]
Expand Down

0 comments on commit 7548479

Please sign in to comment.