File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 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+
1121.1.4 (October 31, 2018)
213========================
314
Original file line number Diff line number Diff line change 8282# The short X.Y version.
8383version = nipype .__version__
8484# The full version, including alpha/beta/rc tags.
85- release = "1.1.4 "
85+ release = "1.1.5 "
8686
8787# The language for content autogenerated by Sphinx. Refer to documentation
8888# for a list of supported languages.
Original file line number Diff line number Diff line change 1111# full release. '.dev' as a version_extra string means this is a development
1212# version
1313# Remove -dev for release
14- __version__ = '1.1.5-dev '
14+ __version__ = '1.1.5'
1515
1616
1717def get_nipype_gitversion ():
You can’t perform that action at this time.
0 commit comments