We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82b872 commit ade17c1Copy full SHA for ade17c1
CHANGES.rst
@@ -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
8
2.0.10 (December 13, 2021)
9
==========================
10
Patch release in the 2.0.x series.
sdcflows/__init__.py
@@ -1,6 +1,6 @@
"""SDCflows - :abbr:`SDC (susceptibility distortion correction)` by DUMMIES, for dummies."""
__packagename__ = "sdcflows"
-__copyright__ = "2020, The NiPreps developers"
+__copyright__ = "2022, The NiPreps developers"
try:
from ._version import __version__
except ModuleNotFoundError:
0 commit comments