diff --git a/.editorconfig b/.editorconfig index d056e98..00699be 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,6 +13,11 @@ insert_final_newline = true indent_size = 4 indent_style = space +# Use 4-space indentation for TOML. +[*.toml] +indent_size = 4 +indent_style = space + # Use 2-space indentation for YAML. [*.{yml,yaml}] indent_size = 2 diff --git a/CHANGELOG.md b/CHANGELOG.md index ecf0c47..b507e27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.2.2] – 2022-11-22 + +### Changed + +- Set Nipype developers as maintainers. + ## [0.2.1] – 2022-11-22 ### Added @@ -31,6 +37,7 @@ All notable changes to this project will be documented in this file. - Initial release for PyPI +[0.2.2]: https://github.com/nipype/pydra-nipype1/compare/0.2.1...0.2.2 [0.2.1]: https://github.com/nipype/pydra-nipype1/compare/0.2.0...0.2.1 [0.2.0]: https://github.com/nipype/pydra-nipype1/compare/0.1.0...0.2.0 [0.1.0]: https://github.com/nipype/pydra-nipype1/releases/tag/0.1.0 diff --git a/pyproject.toml b/pyproject.toml index e630f8a..7f97f7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ authors = [ {name = "Chris Markiewicz", email = "markiewicz@stanford.edu"}, ] maintainers = [ - {name = "Ghislain Vaillant", email = "ghislain.vaillant@icm-institute.org"}, + {name = "Nipype developers", email = "neuroimaging@python.org"}, ] keywords = [ "pydra",