Skip to content

Commit db1a967

Browse files
committed
Bump version to 3.6.1
1 parent 0888d4a commit db1a967

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

bidscoin/heuristics/bidsmap_dccn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Options:
2020
# General options and plugins
2121
# --------------------------------------------------------------------------------
2222
bidscoin:
23-
version: '3.6.0' # BIDScoin version (should correspond with the version in ../bidscoin/version.txt)
23+
version: '3.6.1' # BIDScoin version (should correspond with the version in ../bidscoin/version.txt)
2424
bidsignore: extra_data/ # Semicolon-separated list of entries that are added to the .bidsignore file (for more info, see BIDS specifications), e.g. extra_data/;pet/;myfile.txt;yourfile.csv
2525
plugins: # List of plugins with plugin-specific key-value pairs (that can be used by the plugin)
2626
dcm2bidsmap: ~ # The default plugin that is used by the bidsmapper to map DICOM and PAR/REC source data

bidscoin/heuristics/bidsmap_template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Options:
2020
# General options and plugins
2121
# --------------------------------------------------------------------------------
2222
bidscoin:
23-
version: '3.6.0' # BIDScoin version (should correspond with the version in ../bidscoin/version.txt)
23+
version: '3.6.1' # BIDScoin version (should correspond with the version in ../bidscoin/version.txt)
2424
bidsignore: extra_data/ # Semicolon-separated list of entries that are added to the .bidsignore file (for more info, see BIDS specifications), e.g. extra_data/;pet/;myfile.txt;yourfile.csv
2525
plugins: # List of plugins with plugin-specific key-value pairs (that can be used by the plugin)
2626
README: ~ # The plugin basename that is installed in the default bidscoin/plugins folder

bidscoin/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.0
1+
3.6.1

docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44

5+
## [3.6.1] - 2021-05-20
6+
7+
### Fixed
8+
- The bidscoiner no longer sometimes crashes when dcm2niix produced custom suffixes
9+
510
## [3.6.0] - 2021-05-13
611

712
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = 'bidscoin'
3-
version = '3.6.0'
3+
version = '3.6.1'
44
description = 'Map source-level neuroimaging data onto a BIDS data structure'
55
author = 'Marcel Zwiers'
66
author_email = '[email protected]'

0 commit comments

Comments
 (0)