Skip to content

Commit a5bfd60

Browse files
committed
Bump version to 3.6.3
1 parent 9c4ea81 commit a5bfd60

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-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.2' # BIDScoin version (should correspond with the version in ../bidscoin/version.txt)
23+
version: '3.6.3' # 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.2' # BIDScoin version (should correspond with the version in ../bidscoin/version.txt)
23+
version: '3.6.3' # 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.2
1+
3.6.3

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ All notable changes to this project will be documented in this file. The format
1313
- Plugins should now have a `is_sourcefile` and a `get_attribute` function and have a simpler API (-> DataSource class)
1414
- The intricate filtering of the `nrfiles` property by the other filesystem properties has been removed and is now a pure/unfiltered file-system property
1515

16+
## [3.6.3] - 2021-06-07
17+
18+
### Fixed
19+
Remove regular expression metacharacters from the source attribute if needed (could cause a regexp compile error)
20+
1621
## [3.6.2] - 2021-05-31
1722

1823
### Fixed
@@ -252,6 +257,8 @@ A first stable release of BIDScoin :-)
252257
* Add support for non-imaging data
253258

254259
[3.7.0-dev]: https://github.com/Donders-Institute/bidscoin/compare/3.6.1...HEAD
260+
[3.6.3]: https://github.com/Donders-Institute/bidscoin/compare/3.6.2...3.6.3
261+
[3.6.2]: https://github.com/Donders-Institute/bidscoin/compare/3.6.1...3.6.2
255262
[3.6.1]: https://github.com/Donders-Institute/bidscoin/compare/3.6.0...3.6.1
256263
[3.6.0]: https://github.com/Donders-Institute/bidscoin/compare/3.5.3...3.6.0
257264
[3.5.3]: https://github.com/Donders-Institute/bidscoin/compare/3.5.2...3.5.3

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.2'
3+
version = '3.6.3'
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)