File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ 1.1.5 (November 08, 2018)
2
+ =========================
3
+
4
+ Hotfix release.
5
+
6
+ ##### [Full changelog](https://github.com/nipy/nipype/milestone/26?closed=1)
7
+
8
+ * ENH: Allow timeouts during SLURM job status checks (https://github.com/nipy/nipype/pull/2767)
9
+ * RF: Subclass non-daemon variants of all multiprocessing contexts (https://github.com/nipy/nipype/pull/2771)
10
+
11
+
1
12
1.1.4 (October 31, 2018)
2
13
========================
3
14
Original file line number Diff line number Diff line change 82
82
# The short X.Y version.
83
83
version = nipype .__version__
84
84
# The full version, including alpha/beta/rc tags.
85
- release = "1.1.4 "
85
+ release = "1.1.5 "
86
86
87
87
# The language for content autogenerated by Sphinx. Refer to documentation
88
88
# for a list of supported languages.
Original file line number Diff line number Diff line change 11
11
# full release. '.dev' as a version_extra string means this is a development
12
12
# version
13
13
# Remove -dev for release
14
- __version__ = '1.1.5-dev '
14
+ __version__ = '1.1.5'
15
15
16
16
17
17
def get_nipype_gitversion ():
You can’t perform that action at this time.
0 commit comments