Skip to content

Commit ade17c1

Browse files
authored
REL: 2.0.11 (#260)
* DOC: Update changelog for 2.0.11 * MNT: Update copyright year
1 parent b82b872 commit ade17c1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2.0.11 (January 22, 2022)
2+
==========================
3+
Patch release in the 2.0.x series.
4+
5+
* FIX: Create one fieldmap estimator per EPI-IntendedFor pair (#258)
6+
* DOCKER: Build with FSL 6 (#254)
7+
18
2.0.10 (December 13, 2021)
29
==========================
310
Patch release in the 2.0.x series.

sdcflows/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""SDCflows - :abbr:`SDC (susceptibility distortion correction)` by DUMMIES, for dummies."""
22
__packagename__ = "sdcflows"
3-
__copyright__ = "2020, The NiPreps developers"
3+
__copyright__ = "2022, The NiPreps developers"
44
try:
55
from ._version import __version__
66
except ModuleNotFoundError:

0 commit comments

Comments
 (0)